Searched refs:AllocationListSize (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispKmt.h112 UINT AllocationListSize; member in struct:VBOXDISPKMT_DEVICE
124 UINT AllocationListSize; member in struct:VBOXDISPKMT_CONTEXT
H A DVBoxDispKmt.cpp348 pDevice->AllocationListSize = CreateDeviceData.AllocationListSize;
402 pContext->AllocationListSize = ContextData.AllocationListSize;
H A DVBoxUhgsmiBase.h158 D3DDDI_ALLOCATIONLIST *pAllocationList, UINT AllocationListSize,
167 if (AllocationListSize < cBuffers)
156 vboxUhgsmiBaseDxDmaFill(PVBOXUHGSMI_BUFFER_SUBMIT aBuffers, uint32_t cBuffers, VOID* pCommandBuffer, UINT *pCommandBufferSize, D3DDDI_ALLOCATIONLIST *pAllocationList, UINT AllocationListSize, D3DDDI_PATCHLOCATIONLIST *pPatchLocationList, UINT PatchLocationListSize) argument
H A DVBoxUhgsmiDisp.cpp169 pDevice->DefaultContext.ContextInfo.pAllocationList, pDevice->DefaultContext.ContextInfo.AllocationListSize,
194 pDevice->DefaultContext.ContextInfo.AllocationListSize = DdiRender.NewAllocationListSize;
H A DVBoxUhgsmiKmt.cpp180 pHg->Context.pAllocationList, pHg->Context.AllocationListSize,
200 pHg->Context.AllocationListSize = DdiRender.NewAllocationListSize;
H A DVBoxDispCm.cpp160 pContext->ContextInfo.AllocationListSize = 0;
H A DVBoxDispD3D.cpp324 NscAdd.cAllocationList = pDevice->DefaultContext.ContextInfo.AllocationListSize;
383 RenderData.NumAllocations = pDevice->DefaultContext.ContextInfo.AllocationListSize - NscAdd.cAllocationList;
398 pDevice->DefaultContext.ContextInfo.AllocationListSize = RenderData.NewAllocationListSize;
6060 Assert(!pCreateData->AllocationListSize);
6178 Assert(!pCreateData->AllocationListSize
6180 if (!pCreateData->AllocationListSize
6241 vboxVDbgPrintR((__FUNCTION__": Not implemented: PatchLocationListSize(%d), AllocationListSize(%d)\n",
6242 pCreateData->PatchLocationListSize, pCreateData->AllocationListSize));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp3000 Assert(pPatchList->AllocationIndex < pPatch->AllocationListSize);
3111 Assert(pPatchList->AllocationIndex < pPatch->AllocationListSize);
3131 Assert(pPatchList->AllocationIndex < pPatch->AllocationListSize);
5724 if (pRender->PatchLocationListOutSize < pRender->AllocationListSize)
5726 WARN(("pRender->PatchLocationListOutSize(%d) < pRender->AllocationListSize(%d)",
5727 pRender->PatchLocationListOutSize, pRender->AllocationListSize));
5746 if (pRender->AllocationListSize >= (UINT32_MAX - RT_OFFSETOF(VBOXWDDM_DMA_PRIVATEDATA_UM_CHROMIUM_CMD, aBufInfos))/ RT_SIZEOFMEMB(VBOXWDDM_DMA_PRIVATEDATA_UM_CHROMIUM_CMD, aBufInfos[0]))
5748 WARN(("Invalid AllocationListSize %d", pRender->AllocationListSize));
5752 if (pRender->CommandLength != RT_OFFSETOF(VBOXWDDM_DMA_PRIVATEDATA_UM_CHROMIUM_CMD, aBufInfos[pRender->AllocationListSize]))
[all...]

Completed in 87 milliseconds