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.cpp137 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads]; in SwrCreateContext()
153 pContext->ppScratch[i] = (uint8_t*)VirtualAllocExNuma( in SwrCreateContext()
158 … pContext->ppScratch[i] = (uint8_t*)AlignedMalloc(32 * sizeof(KILOBYTE), KNOB_SIMD_WIDTH * 4); in SwrCreateContext()
412 VirtualFree(pContext->ppScratch[i], 0, MEM_RELEASE); in SwrDestroyContext()
414 AlignedFree(pContext->ppScratch[i]); in SwrDestroyContext()
422 delete[] pContext->ppScratch; in SwrDestroyContext()
Dcontext.h507 uint8_t** ppScratch; member
Dbackend.cpp76 csContext.pTGSM = pContext->ppScratch[workerId]; in ProcessComputeBE()