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

  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 143 p_stats->cs_invocations = pq->result.core.CsInvocations;
swr_context.cpp 442 pSwrStats->CsInvocations += pStats->CsInvocations;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 83 UPDATE_STAT_BE(CsInvocations, state.totalThreadsInGroup);
threads.cpp 368 stats.CsInvocations += dynState.pStats[i].CsInvocations;
    [all...]
state.h 613 uint64_t CsInvocations; // Number of Compute Shader invocations
    [all...]

Completed in 150 milliseconds