Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp98 result->b = pq->result.core.DepthPassCount != 0; in swr_get_query_result()
105 result->u64 = pq->result.core.DepthPassCount; in swr_get_query_result()
Dswr_context.cpp443 pSwrStats->DepthPassCount += pStats->DepthPassCount; in swr_UpdateStats()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp244 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSingleSample()
Dbackend_sample.cpp258 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSampleRate()
Dbackend.cpp373 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendNullPS()
Dthreads.cpp419 stats.DepthPassCount += dynState.pStats[i].DepthPassCount; in UpdateClientStats()
Dstate.h611 uint64_t DepthPassCount; // Number of passing depth tests. Not exact. in OSALIGNLINE() local
Dbackend_impl.h1121 UPDATE_STAT_BE(DepthPassCount, depthPassCount);
1168 UPDATE_STAT_BE(DepthPassCount, depthPassCount);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto122 uint64_t DepthPassCount;