Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h225 struct SWR_SHADER_STATS struct
227 uint32_t numInstExecuted; // This is roughly the API instructions executed and not x86.
228 uint32_t numSampleExecuted;
229 uint32_t numSampleLExecuted;
230 uint32_t numSampleBExecuted;
231 uint32_t numSampleCExecuted;
232 uint32_t numSampleCLZExecuted;
233 uint32_t numSampleCDExecuted;
234 uint32_t numGather4Executed;
235 uint32_t numGather4CExecuted;
[all …]