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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 63 size_t scratchSpaceSize = pDC->pState->state.scratchSpaceSize * pDC->pState->state.scratchSpaceNumInstances;
64 if (scratchSpaceSize && pScratchSpace == nullptr)
66 pScratchSpace = pDC->pArena->AllocAlignedSync(scratchSpaceSize, KNOB_SIMD_BYTES);
79 csContext.scratchSpacePerSimd = pDC->pState->state.scratchSpaceSize;
context.h 247 uint32_t scratchSpaceSize;
api.cpp 645 pState->scratchSpaceSize = scratchSpaceSizePerInstance;
    [all...]

Completed in 289 milliseconds