Home
last modified time | relevance | path

Searched refs:gs_primitives (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c210 sq->stats.gs_primitives = in softpipe_end_query()
211 softpipe->pipeline_statistics.gs_primitives - sq->stats.gs_primitives; in softpipe_end_query()
Dsp_prim_vbuf.c625 softpipe->pipeline_statistics.gs_primitives += in sp_vbuf_pipeline_statistics()
626 stats->gs_primitives; in sp_vbuf_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c310 value = pq->stats.gs_primitives; in llvmpipe_get_query_result_resource()
494 pq->stats.gs_primitives = in llvmpipe_end_query()
495 llvmpipe->pipeline_statistics.gs_primitives - pq->stats.gs_primitives; in llvmpipe_end_query()
Dlp_setup_vbuf.c694 llvmpipe->pipeline_statistics.gs_primitives += in lp_setup_pipeline_statistics()
695 stats->gs_primitives; in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp250 result->pipeline_statistics.gs_primitives += results_stats[i].GSPrimitives; in accumulate_subresult()
280 results_stats[0].GSPrimitives = result->pipeline_statistics.gs_primitives; in accumulate_subresult()
322 result->u64 += local_result.pipeline_statistics.gs_primitives; in accumulate_result()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp293 pResult->GSPrimitives = result.pipeline_statistics.gs_primitives; in QueryGetData()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c1013 trace_dump_member(uint, &result->pipeline_statistics, gs_primitives); in trace_dump_query_result()
1039 trace_dump_member(uint, &result->pipeline_statistics, gs_primitives); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1224 uint64_t gs_primitives; /**< Num primitives output by a geometry shader. */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c297 stats.gs_primitives, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1246 result->pipeline_statistics.gs_primitives += in r600_query_hw_add_result()
1269 result->pipeline_statistics.gs_primitives += in r600_query_hw_add_result()
1286 result->pipeline_statistics.gs_primitives, in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c292 q->Result = data.pipeline_statistics.gs_primitives; in get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c690 shader->draw->statistics.gs_primitives += in draw_geometry_shader_run()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1431 result->pipeline_statistics.gs_primitives, in si_query_hw_add_result()