Searched refs:pPatchLocationList (Results 1 - 8 of 8) 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 DVBoxDispKmt.cpp349 pDevice->pPatchLocationList = CreateDeviceData.pPatchLocationList;
403 pContext->pPatchLocationList = ContextData.pPatchLocationList;
H A DVBoxUhgsmiDisp.cpp170 pDevice->DefaultContext.ContextInfo.pPatchLocationList, pDevice->DefaultContext.ContextInfo.PatchLocationListSize);
197 pDevice->DefaultContext.ContextInfo.pPatchLocationList = DdiRender.pNewPatchLocationList;
H A DVBoxUhgsmiKmt.cpp181 pHg->Context.pPatchLocationList, pHg->Context.PatchLocationListSize);
203 pHg->Context.pPatchLocationList = DdiRender.pNewPatchLocationList;
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 DVBoxDispCm.cpp161 pContext->ContextInfo.pPatchLocationList = NULL;
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;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPWddm.cpp2999 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[i];
3060 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[pPatch->PatchLocationListSubmissionStart];
3068 pPatchList = &pPatch->pPatchLocationList[pPatch->PatchLocationListSubmissionStart + 1];
3081 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[pPatch->PatchLocationListSubmissionStart];
3094 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[pPatch->PatchLocationListSubmissionStart];
3110 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[i];
3130 const D3DDDI_PATCHLOCATIONLIST* pPatchList = &pPatch->pPatchLocationList[i];

Completed in 92 milliseconds