Searched defs:cAllocs (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.h117 UINT cAllocs; member in struct:VBOXWDDM_MM
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-alloc-all-mem.cpp103 size_t cAllocs = 0; local
131 cAllocs++;
136 pCur->iAllocSeq = cAllocs - 1;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h432 UINT cAllocs; member in struct:VBOXSWAPCHAININFO
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp342 uint32_t cAllocs = 0; local
346 if (cAllocs < RT_ELEMENTS(aDbgAllocs))
348 aDbgAllocs[cAllocs].pAlloc = pAlloc;
349 aDbgAllocs[cAllocs].fWrite = pAlloc->fDirtyWrite;
352 ++cAllocs;
617 void vboxWddmResourceInit(PVBOXWDDMDISP_RESOURCE pRc, UINT cAllocs) argument
619 memset(pRc, 0, RT_OFFSETOF(VBOXWDDMDISP_RESOURCE, aAllocations[cAllocs]));
620 pRc->cAllocations = cAllocs;
621 for (UINT i = 0; i < cAllocs; ++i)
628 static PVBOXWDDMDISP_RESOURCE vboxResourceAlloc(UINT cAllocs) argument
[all...]

Completed in 872 milliseconds