Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_TIME_ELAPSED (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp91 case PIPE_QUERY_TIME_ELAPSED: in d3d12_query_heap_type()
120 case PIPE_QUERY_TIME_ELAPSED: in d3d12_query_type()
150 if (unlikely(query_type == PIPE_QUERY_TIME_ELAPSED)) in d3d12_create_query()
239 if (q_parent->type == PIPE_QUERY_TIME_ELAPSED)
396 /* For PIPE_QUERY_TIME_ELAPSED we record one time with BeginQuery and one in
425 if (unlikely(query->type == PIPE_QUERY_TIME_ELAPSED))
453 unsigned resolve_count = q_parent->type == PIPE_QUERY_TIME_ELAPSED ? 2 : 1;
494 query->type != PIPE_QUERY_TIME_ELAPSED)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c115 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_create()
154 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_begin()
217 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_result()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c203 case PIPE_QUERY_TIME_ELAPSED: in nvc0_hw_begin_query()
273 case PIPE_QUERY_TIME_ELAPSED: in nvc0_hw_end_query()
369 case PIPE_QUERY_TIME_ELAPSED: in nvc0_hw_get_query_result()
466 case PIPE_QUERY_TIME_ELAPSED: in nvc0_hw_get_query_result_resource()
575 case PIPE_QUERY_TIME_ELAPSED: in nvc0_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c186 case PIPE_QUERY_TIME_ELAPSED: in nv50_hw_begin_query()
248 case PIPE_QUERY_TIME_ELAPSED: in nv50_hw_end_query()
333 case PIPE_QUERY_TIME_ELAPSED: in nv50_hw_get_query_result()
398 case PIPE_QUERY_TIME_ELAPSED: in nv50_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h119 case PIPE_QUERY_TIME_ELAPSED: in pidx()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c65 type == PIPE_QUERY_TIME_ELAPSED || in softpipe_create_query()
101 case PIPE_QUERY_TIME_ELAPSED: in softpipe_begin_query()
164 case PIPE_QUERY_TIME_ELAPSED: in softpipe_end_query()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c123 case PIPE_QUERY_TIME_ELAPSED: in iris_is_query_pipelined()
202 case PIPE_QUERY_TIME_ELAPSED: in write_value()
303 case PIPE_QUERY_TIME_ELAPSED: in calculate_result_on_cpu()
415 case PIPE_QUERY_TIME_ELAPSED: { in calculate_result_on_gpu()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c143 case PIPE_QUERY_TIME_ELAPSED: in crocus_is_query_pipelined()
215 case PIPE_QUERY_TIME_ELAPSED: in write_value()
331 case PIPE_QUERY_TIME_ELAPSED: in calculate_result_on_cpu()
445 case PIPE_QUERY_TIME_ELAPSED: { in calculate_result_on_gpu()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c715 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_create()
847 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_do_emit_start()
962 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_do_emit_stop()
1295 case PIPE_QUERY_TIME_ELAPSED: in si_get_hw_query_params()
1381 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_add_result()
1517 if (squery->type == PIPE_QUERY_TIME_ELAPSED || in si_query_hw_get_result()
1596 else if (query->b.type == PIPE_QUERY_TIMESTAMP || query->b.type == PIPE_QUERY_TIME_ELAPSED) in si_query_hw_get_result_resource()
H A Dsi_test_dma_perf.c155 unsigned query_type = PIPE_QUERY_TIME_ELAPSED; in si_test_dma_perf()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c630 case PIPE_QUERY_TIME_ELAPSED: in r600_query_hw_create()
752 case PIPE_QUERY_TIME_ELAPSED: in r600_query_hw_do_emit_start()
838 case PIPE_QUERY_TIME_ELAPSED: in r600_query_hw_do_emit_stop()
1100 case PIPE_QUERY_TIME_ELAPSED: in r600_get_hw_query_params()
1196 case PIPE_QUERY_TIME_ELAPSED: in r600_query_hw_add_result()
1361 if (rquery->type == PIPE_QUERY_TIME_ELAPSED || in r600_query_hw_get_result()
1680 query->b.type == PIPE_QUERY_TIME_ELAPSED) in r600_query_hw_get_result_resource()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c258 .query_type = PIPE_QUERY_TIME_ELAPSED,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c142 case PIPE_QUERY_TIME_ELAPSED: { in llvmpipe_get_query_result()
271 case PIPE_QUERY_TIME_ELAPSED: { in llvmpipe_get_query_result_resource()
H A Dlp_rast.c638 case PIPE_QUERY_TIME_ELAPSED: in lp_rast_begin_query()
668 case PIPE_QUERY_TIME_ELAPSED: in lp_rast_end_query()
H A Dlp_setup.c1637 pq->type == PIPE_QUERY_TIME_ELAPSED)) in lp_setup_begin_query()
1690 pq->type == PIPE_QUERY_TIME_ELAPSED) { in lp_setup_end_query()
1730 pq->type == PIPE_QUERY_TIME_ELAPSED) { in lp_setup_end_query()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c226 case PIPE_QUERY_TIME_ELAPSED: in get_num_results()
290 case PIPE_QUERY_TIME_ELAPSED: in convert_query_type()
321 return query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED; in is_time_query()
556 case PIPE_QUERY_TIME_ELAPSED: in check_query_results()
561 if (query->type != PIPE_QUERY_TIME_ELAPSED || i) in check_query_results()
830 if (q->type == PIPE_QUERY_TIME_ELAPSED) { in begin_query()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_query.c115 query_type == PIPE_QUERY_TIME_ELAPSED) ? 8 : 4; in virgl_create_query()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h602 PIPE_QUERY_TIME_ELAPSED, enumerator
1260 /* PIPE_QUERY_TIME_ELAPSED */
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c224 .query_type = PIPE_QUERY_TIME_ELAPSED,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c311 ctx->create_query(ctx, PIPE_QUERY_TIME_ELAPSED, 0); in util_begin_time_query()
H A Du_inlines.h645 case PIPE_QUERY_TIME_ELAPSED: in util_query_clear_result()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c245 .query_type = PIPE_QUERY_TIME_ELAPSED,
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c987 case PIPE_QUERY_TIME_ELAPSED: in trace_dump_query_result()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c162 type = PIPE_QUERY_TIME_ELAPSED; in begin_query()

Completed in 31 milliseconds