Home
last modified time | relevance | path

Searched refs:ia_primitives (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c204 sq->stats.ia_primitives = in softpipe_end_query()
205 softpipe->pipeline_statistics.ia_primitives - sq->stats.ia_primitives; in softpipe_end_query()
Dsp_prim_vbuf.c619 softpipe->pipeline_statistics.ia_primitives += in sp_vbuf_pipeline_statistics()
620 stats->ia_primitives; in sp_vbuf_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c297 value = pq->stats.ia_primitives; in llvmpipe_get_query_result_resource()
484 pq->stats.ia_primitives = in llvmpipe_end_query()
485 llvmpipe->pipeline_statistics.ia_primitives - pq->stats.ia_primitives; in llvmpipe_end_query()
Dlp_setup_vbuf.c688 llvmpipe->pipeline_statistics.ia_primitives += in lp_setup_pipeline_statistics()
689 stats->ia_primitives; in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp206 result->pipeline_statistics.ia_primitives += results_stats[i].IAPrimitives; in accumulate_result()
248 result->u64 += subresult.pipeline_statistics.ia_primitives; in accumulate_result()
254 results_stats[0].IAPrimitives = result->pipeline_statistics.ia_primitives; in accumulate_result()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp134 p_stats->ia_primitives = pq->result.coreFE.IaPrimitives; in swr_get_query_result()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp290 pResult->IAPrimitives = result.pipeline_statistics.ia_primitives; in QueryGetData()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c284 stq->base.Result = data.pipeline_statistics.ia_primitives; in get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_pipeline_llvm.c613 draw->statistics.ia_primitives += prim_info->count / draw->pt.vertices_per_patch; in llvm_pipeline_generic()
615 draw->statistics.ia_primitives += in llvm_pipeline_generic()
Ddraw_pt_fetch_shade_pipeline.c266 draw->statistics.ia_primitives += in fetch_pipeline_generic()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c293 stats.ia_primitives, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1192 uint64_t ia_primitives; /**< Num primitives read by the vertex fetcher. */ member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1248 result->pipeline_statistics.ia_primitives += in r600_query_hw_add_result()
1271 result->pipeline_statistics.ia_primitives += in r600_query_hw_add_result()
1281 result->pipeline_statistics.ia_primitives, in r600_query_hw_add_result()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c984 trace_dump_member(uint, &result->pipeline_statistics, ia_primitives); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1317 result->pipeline_statistics.ia_primitives += si_query_read_result(buffer, 12, 34, false); in si_query_hw_add_result()
1327 result->pipeline_statistics.ia_primitives, in si_query_hw_add_result()