HomeSort by relevance Sort by last modified time
    Searched refs:DepthPassCount (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 98 result->b = pq->result.core.DepthPassCount != 0;
105 result->u64 = pq->result.core.DepthPassCount;
swr_context.cpp 440 pSwrStats->DepthPassCount += pStats->DepthPassCount;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 293 UPDATE_STAT_BE(DepthPassCount, statCount);
backend_sample.cpp 196 UPDATE_STAT_BE(DepthPassCount, statCount);
backend_singlesample.cpp 181 UPDATE_STAT_BE(DepthPassCount, statCount);
threads.cpp 365 stats.DepthPassCount += dynState.pStats[i].DepthPassCount;
    [all...]
state.h 609 uint64_t DepthPassCount; // Number of passing depth tests. Not exact.
    [all...]
backend_impl.h     [all...]

Completed in 68 milliseconds