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

  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 97 result->b = pq->result.core.DepthPassCount != 0;
104 result->u64 = pq->result.core.DepthPassCount;
swr_context.cpp 417 pSwrStats->DepthPassCount += pStats->DepthPassCount;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 591 UPDATE_STAT_BE(DepthPassCount, statCount);
    [all...]
threads.cpp 345 stats.DepthPassCount += dynState.pStats[i].DepthPassCount;
    [all...]
state.h 568 uint64_t DepthPassCount; // Number of passing depth tests. Not exact.
    [all...]

Completed in 193 milliseconds