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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 76 UPDATE_STAT_BE(CsInvocations, state.totalThreadsInGroup);
565 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(vCoverageMask)));
591 UPDATE_STAT_BE(DepthPassCount, statCount);
    [all...]
context.h 511 #define UPDATE_STAT_BE(name, count) if (GetApiState(pDC).enableStatsBE) { pDC->dynState.pStats[workerId].name += count; }

Completed in 71 milliseconds