HomeSort by relevance Sort by last modified time
    Searched refs:ppScratch (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 111 pContext->ppScratch = new uint8_t*[pContext->NumWorkerThreads];
127 pContext->ppScratch[i] = (uint8_t*)VirtualAllocExNuma(
132 pContext->ppScratch[i] = (uint8_t*)AlignedMalloc(32 * sizeof(KILOBYTE), KNOB_SIMD_WIDTH * 4);
385 VirtualFree(pContext->ppScratch[i], 0, MEM_RELEASE);
387 AlignedFree(pContext->ppScratch[i]);
395 delete[] pContext->ppScratch;
    [all...]
context.h 496 uint8_t** ppScratch;
backend.cpp 71 csContext.pTGSM = pContext->ppScratch[workerId];
    [all...]

Completed in 1366 milliseconds