Home
last modified time | relevance | path

Searched refs:gs_invocations (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c307 value = pq->stats.gs_invocations; in llvmpipe_get_query_result_resource()
492 pq->stats.gs_invocations = in llvmpipe_end_query()
493 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations; in llvmpipe_end_query()
H A Dlp_setup_vbuf.c692 llvmpipe->pipeline_statistics.gs_invocations += in lp_setup_pipeline_statistics()
693 stats->gs_invocations; in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c208 sq->stats.gs_invocations = in softpipe_end_query()
209 softpipe->pipeline_statistics.gs_invocations - sq->stats.gs_invocations; in softpipe_end_query()
H A Dsp_prim_vbuf.c623 softpipe->pipeline_statistics.gs_invocations += in sp_vbuf_pipeline_statistics()
624 stats->gs_invocations; in sp_vbuf_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp249 result->pipeline_statistics.gs_invocations += results_stats[i].GSInvocations;
279 results_stats[0].GSInvocations = result->pipeline_statistics.gs_invocations;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DQuery.cpp292 pResult->GSInvocations = result.pipeline_statistics.gs_invocations; in QueryGetData()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1012 trace_dump_member(uint, &result->pipeline_statistics, gs_invocations); in trace_dump_query_result()
1036 trace_dump_member(uint, &result->pipeline_statistics, gs_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1223 uint64_t gs_invocations; /**< Num geometry shader invocations. */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c284 " gs_invocations = %"PRIu64"\n" in util_end_pipestat_query()
296 stats.gs_invocations, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1244 result->pipeline_statistics.gs_invocations += in r600_query_hw_add_result()
1267 result->pipeline_statistics.gs_invocations += in r600_query_hw_add_result()
1285 result->pipeline_statistics.gs_invocations, in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c289 q->Result = data.pipeline_statistics.gs_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c419 shader->draw->statistics.gs_invocations += input_primitives; in gs_flush()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1430 result->pipeline_statistics.gs_invocations, in si_query_hw_add_result()

Completed in 19 milliseconds