Home
last modified time | relevance | path

Searched refs:CPrimitives (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp138 p_stats->c_invocations = pq->result.coreFE.CPrimitives; in swr_get_query_result()
139 p_stats->c_primitives = pq->result.coreFE.CPrimitives; in swr_get_query_result()
Dswr_context.cpp473 p_atomic_add(&pSwrStats->CPrimitives, pStats->CPrimitives); in swr_UpdateStatsFE()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_mdapi.h122 uint64_t CPrimitives; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp211 result->pipeline_statistics.c_primitives += results_stats[i].CPrimitives; in accumulate_result()
259 results_stats[0].CPrimitives = result->pipeline_statistics.c_primitives; in accumulate_result()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp295 pResult->CPrimitives = result.pipeline_statistics.c_primitives; in QueryGetData()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto108 uint64_t CPrimitives;
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h634 uint64_t CPrimitives; // Number of clipper primitives. in OSALIGNLINE() local
Dclip.h734 UPDATE_STAT_FE(CPrimitives, numClippedPrims);
799 UPDATE_STAT_FE(CPrimitives, _mm_popcnt_u32(validMask));
Dthreads.cpp690 stats.CPrimitives, in CompleteDrawFE()