Home
last modified time | relevance | path

Searched refs:c_invocations (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c313 value = pq->stats.c_invocations; in llvmpipe_get_query_result_resource()
496 pq->stats.c_invocations = in llvmpipe_end_query()
497 llvmpipe->pipeline_statistics.c_invocations - pq->stats.c_invocations; in llvmpipe_end_query()
H A Dlp_setup_vbuf.c701 llvmpipe->pipeline_statistics.c_invocations += in lp_setup_pipeline_statistics()
702 stats->c_invocations; in lp_setup_pipeline_statistics()
704 llvmpipe->pipeline_statistics.c_invocations = 0; in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c212 sq->stats.c_invocations = in softpipe_end_query()
213 softpipe->pipeline_statistics.c_invocations - sq->stats.c_invocations; in softpipe_end_query()
H A Dsp_prim_vbuf.c627 softpipe->pipeline_statistics.c_invocations += in sp_vbuf_pipeline_statistics()
628 stats->c_invocations; in sp_vbuf_pipeline_statistics()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dquery9.c278 presult.pipeline_statistics.c_invocations; in NineQuery9_GetData()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp251 result->pipeline_statistics.c_invocations += results_stats[i].CInvocations;
281 results_stats[0].CInvocations = result->pipeline_statistics.c_invocations;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DQuery.cpp294 pResult->CInvocations = result.pipeline_statistics.c_invocations; in QueryGetData()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1014 trace_dump_member(uint, &result->pipeline_statistics, c_invocations); in trace_dump_query_result()
1042 trace_dump_member(uint, &result->pipeline_statistics, c_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1225 uint64_t c_invocations; /**< Num primitives sent to the rasterizer. */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c286 " c_invocations = %"PRIu64"\n" in util_end_pipestat_query()
298 stats.c_invocations, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1240 result->pipeline_statistics.c_invocations += in r600_query_hw_add_result()
1263 result->pipeline_statistics.c_invocations += in r600_query_hw_add_result()
1287 result->pipeline_statistics.c_invocations, in r600_query_hw_add_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c1293 draw->statistics.c_invocations += in draw_stats_clipper_primitives()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c301 q->Result = data.pipeline_statistics.c_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1432 result->pipeline_statistics.c_invocations, in si_query_hw_add_result()

Completed in 19 milliseconds