Home
last modified time | relevance | path

Searched refs:hs_invocations (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c326 value = pq->stats.hs_invocations; in llvmpipe_get_query_result_resource()
504 pq->stats.hs_invocations = in llvmpipe_end_query()
505 llvmpipe->pipeline_statistics.hs_invocations - pq->stats.hs_invocations; in llvmpipe_end_query()
H A Dlp_setup_vbuf.c696 llvmpipe->pipeline_statistics.hs_invocations += in lp_setup_pipeline_statistics()
697 stats->hs_invocations; in lp_setup_pipeline_statistics()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp254 result->pipeline_statistics.hs_invocations += results_stats[i].HSInvocations;
284 results_stats[0].HSInvocations = result->pipeline_statistics.hs_invocations;
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1017 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations); in trace_dump_query_result()
1051 trace_dump_member(uint, &result->pipeline_statistics, hs_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1228 uint64_t hs_invocations; /**< Num hull shader invocations. */ member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c289 " hs_invocations = %"PRIu64"\n" in util_end_pipestat_query()
301 stats.hs_invocations, in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c189 shader->draw->statistics.hs_invocations += num_patches; in draw_tess_ctrl_shader_run()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1252 result->pipeline_statistics.hs_invocations += in r600_query_hw_add_result()
1283 result->pipeline_statistics.hs_invocations, in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c283 q->Result = data.pipeline_statistics.hs_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1428 result->pipeline_statistics.hs_invocations, in si_query_hw_add_result()

Completed in 16 milliseconds