Home
last modified time | relevance | path

Searched refs:UPDATE_STAT_BE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp193 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(vCoverageMask))); in BackendSingleSample()
244 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSingleSample()
Dbackend_sample.cpp211 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(vCoverageMask))); in BackendSampleRate()
258 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendSampleRate()
Dbackend.cpp90 UPDATE_STAT_BE(CsInvocations, state.totalThreadsInGroup); in ProcessComputeBE()
373 UPDATE_STAT_BE(DepthPassCount, statCount); in BackendNullPS()
Dbackend_impl.h1121 UPDATE_STAT_BE(DepthPassCount, depthPassCount);
1151 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(activeLanes)));
1168 UPDATE_STAT_BE(DepthPassCount, depthPassCount);
Dcontext.h572 #define UPDATE_STAT_BE(name, count) \ macro