Home
last modified time | relevance | path

Searched refs:cs_invocations (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c332 value = pq->stats.cs_invocations; in llvmpipe_get_query_result_resource()
502 pq->stats.cs_invocations = in llvmpipe_end_query()
503 llvmpipe->pipeline_statistics.cs_invocations - pq->stats.cs_invocations; in llvmpipe_end_query()
H A Dlp_state_cs.c1424 llvmpipe->pipeline_statistics.cs_invocations += num_tasks * info->block[0] * info->block[1] * info->block[2]; in llvmpipe_launch_grid()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c218 sq->stats.cs_invocations = in softpipe_end_query()
219 softpipe->pipeline_statistics.cs_invocations - sq->stats.cs_invocations; in softpipe_end_query()
H A Dsp_compute.c231 softpipe->pipeline_statistics.cs_invocations += in softpipe_launch_grid()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp256 result->pipeline_statistics.cs_invocations += results_stats[i].CSInvocations;
286 results_stats[0].CSInvocations = result->pipeline_statistics.cs_invocations;
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1019 trace_dump_member(uint, &result->pipeline_statistics, cs_invocations); in trace_dump_query_result()
1057 trace_dump_member(uint, &result->pipeline_statistics, cs_invocations); in trace_dump_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1230 uint64_t cs_invocations; /**< Num compute shader invocations. */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c324 result->pipeline_statistics.cs_invocations = data64[i * 2] - data64[18 + i * 2]; in nv50_hw_get_query_result()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c291 " cs_invocations = %"PRIu64"\n", in util_end_pipestat_query()
303 stats.cs_invocations); in util_end_pipestat_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1256 result->pipeline_statistics.cs_invocations += in r600_query_hw_add_result()
1290 result->pipeline_statistics.cs_invocations); in r600_query_hw_add_result()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c298 q->Result = data.pipeline_statistics.cs_invocations; in get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c1435 result->pipeline_statistics.cs_invocations); in si_query_hw_add_result()

Completed in 17 milliseconds