Home
last modified time | relevance | path

Searched refs:gs_invocations (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
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()
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/llvmpipe/
Dlp_query.c303 value = pq->stats.gs_invocations; in llvmpipe_get_query_result_resource()
488 pq->stats.gs_invocations = in llvmpipe_end_query()
489 llvmpipe->pipeline_statistics.gs_invocations - pq->stats.gs_invocations; in llvmpipe_end_query()
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/d3d12/
Dd3d12_query.cpp208 result->pipeline_statistics.gs_invocations += results_stats[i].GSInvocations; in accumulate_result()
256 results_stats[0].GSInvocations = result->pipeline_statistics.gs_invocations; in accumulate_result()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp136 p_stats->gs_invocations = pq->result.coreFE.GsInvocations; in swr_get_query_result()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp292 pResult->GSInvocations = result.pipeline_statistics.gs_invocations; in QueryGetData()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c296 stq->base.Result = data.pipeline_statistics.gs_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c295 stats.gs_invocations, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1194 uint64_t gs_invocations; /**< Num geometry shader invocations. */ member
/third_party/mesa3d/src/gallium/drivers/r600/
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/gallium/auxiliary/driver_trace/
Dtr_dump_state.c986 trace_dump_member(uint, &result->pipeline_statistics, gs_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1315 result->pipeline_statistics.gs_invocations += si_query_read_result(buffer, 8, 30, false); in si_query_hw_add_result()
1331 result->pipeline_statistics.gs_invocations, in si_query_hw_add_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c418 shader->draw->statistics.gs_invocations += input_primitives; in gs_flush()