Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp97 result->b = pq->result.core.DepthPassCount != 0; in swr_get_query_result()
104 result->u64 = pq->result.core.DepthPassCount; in swr_get_query_result()
Dswr_context.cpp417 pSwrStats->DepthPassCount += pStats->DepthPassCount; in swr_UpdateStats()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp591 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSingleSample()
805 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSampleRate()
937 UPDATE_STAT_BE(DepthPassCount, depthPassCount); in BackendPixelRate()
971 UPDATE_STAT_BE(DepthPassCount, depthPassCount); in BackendPixelRate()
1158 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendNullPS()
Dthreads.cpp345 stats.DepthPassCount += dynState.pStats[i].DepthPassCount; in UpdateClientStats()
Dstate.h568 uint64_t DepthPassCount; // Number of passing depth tests. Not exact. in OSALIGNLINE() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto168 uint64_t DepthPassCount;