Searched refs:csContext (Results 1 – 1 of 1) sorted by relevance
76 SWR_CS_CONTEXT csContext{0}; in ProcessComputeBE() local77 csContext.tileCounter = threadGroupId; in ProcessComputeBE()78 csContext.dispatchDims[0] = pTaskData->threadGroupCountX; in ProcessComputeBE()79 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()80 csContext.dispatchDims[2] = pTaskData->threadGroupCountZ; in ProcessComputeBE()81 csContext.pTGSM = pContext->ppScratch[workerId]; in ProcessComputeBE()82 csContext.pSpillFillBuffer = (uint8_t*)pSpillFillBuffer; in ProcessComputeBE()83 csContext.pScratchSpace = (uint8_t*)pScratchSpace; in ProcessComputeBE()84 csContext.scratchSpacePerWarp = pDC->pState->state.scratchSpaceSizePerWarp; in ProcessComputeBE()88 &csContext); in ProcessComputeBE()[all …]