Searched refs:DdiRender (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiDisp.cpp177 D3DDDICB_RENDER DdiRender = {0}; local
178 DdiRender.CommandLength = cbDmaCmd;
179 Assert(DdiRender.CommandLength);
180 Assert(DdiRender.CommandLength < UINT32_MAX/2);
181 DdiRender.CommandOffset = 0;
182 DdiRender.NumAllocations = cBuffers;
183 DdiRender.NumPatchLocations = 0;
184 // DdiRender.NewCommandBufferSize = sizeof (VBOXVDMACMD) + 4 * (100);
185 // DdiRender.NewAllocationListSize = 100;
186 // DdiRender
[all...]
H A DVBoxUhgsmiKmt.cpp188 D3DKMT_RENDER DdiRender = {0}; local
189 DdiRender.hContext = pHg->Context.hContext;
190 DdiRender.CommandLength = cbDmaCmd;
191 DdiRender.AllocationCount = cBuffers;
192 Assert(DdiRender.CommandLength);
193 Assert(DdiRender.CommandLength < UINT32_MAX/2);
195 NTSTATUS Status = pHg->Callbacks.pfnD3DKMTRender(&DdiRender);
198 pHg->Context.CommandBufferSize = DdiRender.NewCommandBufferSize;
199 pHg->Context.pCommandBuffer = DdiRender.pNewCommandBuffer;
200 pHg->Context.AllocationListSize = DdiRender
[all...]

Completed in 712 milliseconds