/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 68 case PIPE_QUERY_TIME_ELAPSED: in d3d12_query_heap_type() 94 case PIPE_QUERY_TIME_ELAPSED: in d3d12_query_type() 226 case PIPE_QUERY_TIME_ELAPSED: in accumulate_result() 279 if (q->type == PIPE_QUERY_TIME_ELAPSED || in accumulate_result() 338 if (unlikely(query->type == PIPE_QUERY_TIME_ELAPSED)) in d3d12_begin_query() 364 unsigned resolve_count = q->type == PIPE_QUERY_TIME_ELAPSED ? 2 : 1; in end_query() 392 query->type != PIPE_QUERY_TIME_ELAPSED) in d3d12_end_query()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_query.cpp | 108 case PIPE_QUERY_TIME_ELAPSED: in swr_get_query_result() 174 case PIPE_QUERY_TIME_ELAPSED: in swr_begin_query() 206 case PIPE_QUERY_TIME_ELAPSED: in swr_end_query()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 118 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_create() 157 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_begin() 220 case PIPE_QUERY_TIME_ELAPSED: in nv30_query_result()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw.c | 186 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/softpipe/ |
D | sp_query.c | 65 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/nouveau/nvc0/ |
D | nvc0_query_hw.c | 203 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/freedreno/ |
D | freedreno_query.h | 119 case PIPE_QUERY_TIME_ELAPSED: in pidx()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 76 case PIPE_QUERY_TIME_ELAPSED: in get_num_results() 140 case PIPE_QUERY_TIME_ELAPSED: in convert_query_type() 168 return query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED; in is_time_query() 386 case PIPE_QUERY_TIME_ELAPSED: in check_query_results() 391 if (query->type != PIPE_QUERY_TIME_ELAPSED || i) in check_query_results() 667 if (q->type == PIPE_QUERY_TIME_ELAPSED) { in begin_query()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 123 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/ |
D | crocus_query.c | 143 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/r600/ |
D | r600_query.c | 630 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/radeonsi/ |
D | si_query.c | 680 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_create() 795 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_do_emit_start() 867 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_do_emit_stop() 1189 case PIPE_QUERY_TIME_ELAPSED: in si_get_hw_query_params() 1276 case PIPE_QUERY_TIME_ELAPSED: in si_query_hw_add_result() 1418 if (squery->type == PIPE_QUERY_TIME_ELAPSED || in si_query_hw_get_result() 1496 else if (query->b.type == PIPE_QUERY_TIMESTAMP || query->b.type == PIPE_QUERY_TIME_ELAPSED) in si_query_hw_get_result_resource()
|
D | si_test_dma_perf.c | 155 unsigned query_type = PIPE_QUERY_TIME_ELAPSED; in si_test_dma_perf()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_query.c | 258 .query_type = PIPE_QUERY_TIME_ELAPSED,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 142 case PIPE_QUERY_TIME_ELAPSED: { in llvmpipe_get_query_result() 267 case PIPE_QUERY_TIME_ELAPSED: { in llvmpipe_get_query_result_resource()
|
D | lp_setup.c | 1635 pq->type == PIPE_QUERY_TIME_ELAPSED)) in lp_setup_begin_query() 1688 pq->type == PIPE_QUERY_TIME_ELAPSED) { in lp_setup_end_query() 1725 pq->type == PIPE_QUERY_TIME_ELAPSED) { in lp_setup_end_query()
|
D | lp_rast.c | 651 case PIPE_QUERY_TIME_ELAPSED: in lp_rast_begin_query() 681 case PIPE_QUERY_TIME_ELAPSED: in lp_rast_end_query()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_query.c | 115 query_type == PIPE_QUERY_TIME_ELAPSED) ? 8 : 4; in virgl_create_query()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 168 type = PIPE_QUERY_TIME_ELAPSED; in st_BeginQuery()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.c | 310 ctx->create_query(ctx, PIPE_QUERY_TIME_ELAPSED, 0); in util_begin_time_query()
|
D | u_inlines.h | 645 case PIPE_QUERY_TIME_ELAPSED: in util_query_clear_result()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 224 .query_type = PIPE_QUERY_TIME_ELAPSED,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 598 PIPE_QUERY_TIME_ELAPSED, enumerator
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_query.c | 239 .query_type = PIPE_QUERY_TIME_ELAPSED,
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 961 case PIPE_QUERY_TIME_ELAPSED: in trace_dump_query_result()
|