Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp66 SWR_CS_CONTEXT csContext{ 0 }; in ProcessComputeBE() local
67 csContext.tileCounter = threadGroupId; in ProcessComputeBE()
68 csContext.dispatchDims[0] = pTaskData->threadGroupCountX; in ProcessComputeBE()
69 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()
70 csContext.dispatchDims[2] = pTaskData->threadGroupCountZ; in ProcessComputeBE()
71 csContext.pTGSM = pContext->ppScratch[workerId]; in ProcessComputeBE()
72 csContext.pSpillFillBuffer = (uint8_t*)pSpillFillBuffer; in ProcessComputeBE()
74 state.pfnCsFunc(GetPrivateState(pDC), &csContext); in ProcessComputeBE()