Searched defs:SWR_CS_CONTEXT (Results 1 – 1 of 1) sorted by relevance
404 struct SWR_CS_CONTEXT struct426 uint32_t tileCounter; // The tile counter value for this thread group.429 uint32_t dispatchDims[3];431 uint8_t* pTGSM; // Thread Group Shared Memory pointer.432 uint8_t* pSpillFillBuffer; // Spill/fill buffer for barrier support433 uint8_t* pScratchSpace; // Pointer to scratch space buffer used by the shader, shader is435 uint32_t scratchSpacePerWarp; // Scratch space per work item x SIMD_WIDTH437 SWR_SHADER_STATS stats; // OUT: shader statistics used for archrast.