Searched defs:pPatchLocationList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispKmt.h113 D3DDDI_PATCHLOCATIONLIST *pPatchLocationList; member in struct:VBOXDISPKMT_DEVICE
125 D3DDDI_PATCHLOCATIONLIST *pPatchLocationList; member in struct:VBOXDISPKMT_CONTEXT
H A DVBoxUhgsmiBase.h159 D3DDDI_PATCHLOCATIONLIST *pPatchLocationList, UINT PatchLocationListSize)
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 DVBoxDispD3D.cpp258 D3DDDI_PATCHLOCATIONLIST* pPatchLocationList; member in struct:VBOXWDDMDISP_NSCADD
274 memset(pData->pPatchLocationList, 0, sizeof (D3DDDI_PATCHLOCATIONLIST));
275 pData->pPatchLocationList[0].PatchOffset = pData->cAllocations*4;
276 pData->pPatchLocationList[0].AllocationIndex = pData->cAllocations;
284 ++pData->pPatchLocationList;
325 NscAdd.pPatchLocationList = pDevice->DefaultContext.ContextInfo.pPatchLocationList;
401 pDevice->DefaultContext.ContextInfo.pPatchLocationList = RenderData.pNewPatchLocationList;

Completed in 79 milliseconds