Home
last modified time | relevance | path

Searched defs:SWR_CS_CONTEXT (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h404 struct SWR_CS_CONTEXT struct
426 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 support
433 uint8_t* pScratchSpace; // Pointer to scratch space buffer used by the shader, shader is
435 uint32_t scratchSpacePerWarp; // Scratch space per work item x SIMD_WIDTH
437 SWR_SHADER_STATS stats; // OUT: shader statistics used for archrast.