Home
last modified time | relevance | path

Searched refs:ppScratch (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp162 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads]; in SwrCreateContext()
186 pContext->ppScratch[i] = (uint8_t*)VirtualAllocExNuma(GetCurrentProcess(), in SwrCreateContext()
193 pContext->ppScratch[i] = in SwrCreateContext()
447 VirtualFree(pContext->ppScratch[i], 0, MEM_RELEASE); in SwrDestroyContext()
449 AlignedFree(pContext->ppScratch[i]); in SwrDestroyContext()
461 delete[] pContext->ppScratch; in SwrDestroyContext()
Dcontext.h552 uint8_t** ppScratch; member
Dbackend.cpp81 csContext.pTGSM = pContext->ppScratch[workerId]; in ProcessComputeBE()