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

  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 139 p_stats->ps_invocations = pq->result.core.PsInvocations;
swr_context.cpp 418 pSwrStats->PsInvocations += pStats->PsInvocations;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 347 stats.PsInvocations += dynState.pStats[i].PsInvocations;
    [all...]
backend.cpp 565 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(vCoverageMask)));
    [all...]
state.h 571 uint64_t PsInvocations; // Number of Pixel Shader invocations
    [all...]

Completed in 352 milliseconds