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 142 p_stats->cs_invocations = pq->result.core.CsInvocations;
swr_context.cpp 419 pSwrStats->CsInvocations += pStats->CsInvocations;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 348 stats.CsInvocations += dynState.pStats[i].CsInvocations;
    [all...]
state.h 572 uint64_t CsInvocations; // Number of Compute Shader invocations
    [all...]
backend.cpp 76 UPDATE_STAT_BE(CsInvocations, state.totalThreadsInGroup);
    [all...]

Completed in 63 milliseconds