/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 91 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) in accumulate_subresult() 425 if (unlikely(query->type == PIPE_QUERY_TIME_ELAPSED)) in d3d12_begin_query() 453 unsigned resolve_count = q_parent->type == PIPE_QUERY_TIME_ELAPSED ? 2 : 1; in end_subquery() 494 query->type != PIPE_QUERY_TIME_ELAPSED) in d3d12_end_query()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 115 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/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/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/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/freedreno/ |
D | freedreno_query.h | 119 case PIPE_QUERY_TIME_ELAPSED: in pidx()
|
/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/zink/ |
D | zink_query.c | 226 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/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 | 715 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()
|
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() 271 case PIPE_QUERY_TIME_ELAPSED: { in llvmpipe_get_query_result_resource()
|
D | lp_setup.c | 1637 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()
|
D | lp_rast.c | 638 case PIPE_QUERY_TIME_ELAPSED: in lp_rast_begin_query() 668 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/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 224 .query_type = PIPE_QUERY_TIME_ELAPSED,
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.c | 311 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/include/pipe/ |
D | p_defines.h | 602 PIPE_QUERY_TIME_ELAPSED, enumerator
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_query.c | 245 .query_type = PIPE_QUERY_TIME_ELAPSED,
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 987 case PIPE_QUERY_TIME_ELAPSED: in trace_dump_query_result()
|
/third_party/mesa3d/src/mesa/main/ |
D | queryobj.c | 162 type = PIPE_QUERY_TIME_ELAPSED; in begin_query()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 458 ``PIPE_QUERY_TIME_ELAPSED`` returns the amount of time, in nanoseconds,
|