Searched refs:depthPassCount (Results 1 – 3 of 3) sorted by relevance
224 DSPixelRate.earlyZTestPassCount += event.data.depthPassCount; in Handle()225 …elRate.earlyZTestFailCount += (_mm_popcnt_u32(event.data.activeLanes) - event.data.depthPassCount); in Handle()238 DSPixelRate.lateZTestPassCount += event.data.depthPassCount; in Handle()239 …xelRate.lateZTestFailCount += (_mm_popcnt_u32(event.data.activeLanes) - event.data.depthPassCount); in Handle()
218 uint64_t depthPassCount;225 uint64_t depthPassCount;
936 uint32_t depthPassCount = PixelRateZTest(activeLanes, psContext, BEEarlyDepthTest); in BackendPixelRate() local937 UPDATE_STAT_BE(DepthPassCount, depthPassCount); in BackendPixelRate()938 AR_EVENT(EarlyDepthInfoPixelRate(depthPassCount, _simd_movemask_ps(activeLanes))); in BackendPixelRate()970 uint32_t depthPassCount = PixelRateZTest(activeLanes, psContext, BELateDepthTest); in BackendPixelRate() local971 UPDATE_STAT_BE(DepthPassCount, depthPassCount); in BackendPixelRate()972 AR_EVENT(LateDepthInfoPixelRate(depthPassCount, _simd_movemask_ps(activeLanes))); in BackendPixelRate()