Searched refs:CommandBufferSize (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispKmt.h110 UINT CommandBufferSize; member in struct:VBOXDISPKMT_DEVICE
122 UINT CommandBufferSize; member in struct:VBOXDISPKMT_CONTEXT
H A DVBoxDispKmt.cpp346 pDevice->CommandBufferSize = CreateDeviceData.CommandBufferSize;
400 pContext->CommandBufferSize = ContextData.CommandBufferSize;
H A DVBoxUhgsmiDisp.cpp166 UINT cbDmaCmd = pDevice->DefaultContext.ContextInfo.CommandBufferSize;
192 pDevice->DefaultContext.ContextInfo.CommandBufferSize = DdiRender.NewCommandBufferSize;
H A DVBoxUhgsmiKmt.cpp177 UINT cbDmaCmd = pHg->Context.CommandBufferSize;
198 pHg->Context.CommandBufferSize = DdiRender.NewCommandBufferSize;
H A DVBoxDispCm.cpp158 pContext->ContextInfo.CommandBufferSize = 0;
H A DVBoxDispD3D.cpp322 NscAdd.cbCommandBuffer = pDevice->DefaultContext.ContextInfo.CommandBufferSize;
379 RenderData.CommandLength = pDevice->DefaultContext.ContextInfo.CommandBufferSize - NscAdd.cbCommandBuffer;
396 pDevice->DefaultContext.ContextInfo.CommandBufferSize = RenderData.NewCommandBufferSize;
6048 pDevice->cbCmdBuffer = pCreateData->CommandBufferSize;

Completed in 66 milliseconds