Home
last modified time | relevance | path

Searched refs:gs_primitives (Results 1 – 14 of 14) 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.c306 value = pq->stats.gs_primitives; in llvmpipe_get_query_result_resource()
490 pq->stats.gs_primitives = in llvmpipe_end_query()
491 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.cpp209 result->pipeline_statistics.gs_primitives += results_stats[i].GSPrimitives; in accumulate_result()
257 results_stats[0].GSPrimitives = result->pipeline_statistics.gs_primitives; in accumulate_result()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp137 p_stats->gs_primitives = pq->result.coreFE.GsPrimitives; in swr_get_query_result()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp293 pResult->GSPrimitives = result.pipeline_statistics.gs_primitives; in QueryGetData()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c299 stq->base.Result = data.pipeline_statistics.gs_primitives; in get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c296 stats.gs_primitives, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1195 uint64_t gs_primitives; /**< Num primitives output by a geometry shader. */ member
/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/gallium/auxiliary/driver_trace/
Dtr_dump_state.c987 trace_dump_member(uint, &result->pipeline_statistics, gs_primitives); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1316 result->pipeline_statistics.gs_primitives += si_query_read_result(buffer, 10, 32, false); in si_query_hw_add_result()
1332 result->pipeline_statistics.gs_primitives, in si_query_hw_add_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c689 shader->draw->statistics.gs_primitives += in draw_geometry_shader_run()