Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.cpp41 uint32_t earlyZTestPassCount = 0; member
84 mDSSingleSample.earlyZTestPassCount += _mm_popcnt_u32(event.data.depthPassMask); in Handle()
96 mDSSampleRate.earlyZTestPassCount += _mm_popcnt_u32(event.data.depthPassMask); in Handle()
108 mDSNullPS.earlyZTestPassCount += _mm_popcnt_u32(event.data.depthPassMask); in Handle()
156 mDSPixelRate.earlyZTestPassCount += event.data.depthPassCount; in Handle()
177 …EventHandlerFile::Handle(EarlyZSingleSample(drawId, mDSSingleSample.earlyZTestPassCount, mDSSingle… in FlushDraw()
183 …EventHandlerFile::Handle(EarlyZSampleRate(drawId, mDSSampleRate.earlyZTestPassCount, mDSSampleRate… in FlushDraw()
189 …EventHandlerFile::Handle(EarlyZPixelRate(drawId, mDSPixelRate.earlyZTestPassCount, mDSPixelRate.ea… in FlushDraw()
194 …EventHandlerFile::Handle(EarlyZNullPS(drawId, mDSNullPS.earlyZTestPassCount, mDSNullPS.earlyZTestF… in FlushDraw()