Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_TIMESTAMP (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp90 case PIPE_QUERY_TIMESTAMP: in d3d12_query_heap_type()
119 case PIPE_QUERY_TIMESTAMP: in d3d12_query_type()
152 else if (query_type == PIPE_QUERY_TIMESTAMP) in d3d12_create_query()
181 query->subqueries[i].active = (query_type == PIPE_QUERY_TIMESTAMP); in d3d12_create_query()
423 assert(query->type != PIPE_QUERY_TIMESTAMP); in d3d12_begin_query()
446 if (q_parent->type == PIPE_QUERY_TIMESTAMP) in end_subquery()
469 q->active = (q_parent->type == PIPE_QUERY_TIMESTAMP); in end_subquery()
493 if (query->type != PIPE_QUERY_TIMESTAMP && in d3d12_end_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h97 case PIPE_QUERY_TIMESTAMP: in skip_begin_query()
121 case PIPE_QUERY_TIMESTAMP: in pidx()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c114 case PIPE_QUERY_TIMESTAMP: in nv30_query_create()
161 case PIPE_QUERY_TIMESTAMP: in nv30_query_begin()
214 case PIPE_QUERY_TIMESTAMP: in nv30_query_result()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c707 case PIPE_QUERY_TIMESTAMP: in svga_create_query()
795 case PIPE_QUERY_TIMESTAMP: in svga_destroy_query()
878 case PIPE_QUERY_TIMESTAMP: in svga_begin_query()
976 if (sq->type == PIPE_QUERY_TIMESTAMP && !sq->active) in svga_end_query()
1003 case PIPE_QUERY_TIMESTAMP: in svga_end_query()
1137 case PIPE_QUERY_TIMESTAMP: { in svga_get_query_result()
1287 struct pipe_query *q = svga_create_query(pipe, PIPE_QUERY_TIMESTAMP, 0); in svga_get_timestamp()
1290 util_query_clear_result(&result, PIPE_QUERY_TIMESTAMP); in svga_get_timestamp()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c227 case PIPE_QUERY_TIMESTAMP: in get_num_results()
291 case PIPE_QUERY_TIMESTAMP: in convert_query_type()
321 return query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED; in is_time_query()
403 bool is_timestamp = q->type == PIPE_QUERY_TIMESTAMP || q->type == PIPE_QUERY_TIMESTAMP_DISJOINT; in query_pool_get_range()
500 if (query->type == PIPE_QUERY_TIMESTAMP) { in zink_create_query()
557 case PIPE_QUERY_TIMESTAMP: in check_query_results()
640 …bool is_timestamp = query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIMESTAMP_DIS… in get_query_result()
769 if (q->type == PIPE_QUERY_TIMESTAMP) in reset_qbos()
788 bool is_timestamp = q->type == PIPE_QUERY_TIMESTAMP || q->type == PIPE_QUERY_TIMESTAMP_DISJOINT; in update_qbo()
1324 struct pipe_query *pquery = pctx->create_query(pctx, PIPE_QUERY_TIMESTAMP, 0); in zink_get_timestamp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c272 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_end_query()
362 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_get_query_result()
467 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_get_query_result_resource()
479 if (q->type == PIPE_QUERY_TIMESTAMP) { in nvc0_hw_get_query_result_resource()
576 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_create_query()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c164 type = PIPE_QUERY_TIMESTAMP; in begin_query()
192 type == PIPE_QUERY_TIMESTAMP) { in begin_query()
217 if (q->type != PIPE_QUERY_TIMESTAMP) in begin_query()
236 q->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0); in end_query()
237 q->type = PIPE_QUERY_TIMESTAMP; in end_query()
248 if (q->type != PIPE_QUERY_TIMESTAMP) in end_query()
322 q->type == PIPE_QUERY_TIMESTAMP) { in get_query_result()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c73 type == PIPE_QUERY_TIMESTAMP || in softpipe_create_query()
124 case PIPE_QUERY_TIMESTAMP: in softpipe_begin_query()
161 case PIPE_QUERY_TIMESTAMP: in softpipe_end_query()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_query.c121 case PIPE_QUERY_TIMESTAMP: in iris_is_query_pipelined()
203 case PIPE_QUERY_TIMESTAMP: in write_value()
297 case PIPE_QUERY_TIMESTAMP: in calculate_result_on_cpu()
405 case PIPE_QUERY_TIMESTAMP: { in calculate_result_on_gpu()
559 if (q->type == PIPE_QUERY_TIMESTAMP) { in iris_end_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c245 case PIPE_QUERY_TIMESTAMP: in nv50_hw_end_query()
326 case PIPE_QUERY_TIMESTAMP: in nv50_hw_get_query_result()
399 case PIPE_QUERY_TIMESTAMP: in nv50_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_query.c141 case PIPE_QUERY_TIMESTAMP: in crocus_is_query_pipelined()
216 case PIPE_QUERY_TIMESTAMP: in write_value()
325 case PIPE_QUERY_TIMESTAMP: in calculate_result_on_cpu()
435 case PIPE_QUERY_TIMESTAMP: { in calculate_result_on_gpu()
600 if (q->type == PIPE_QUERY_TIMESTAMP) { in crocus_end_query()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) { in query()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c635 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_create()
841 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_do_emit_stop()
1105 case PIPE_QUERY_TIMESTAMP: in r600_get_hw_query_params()
1199 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_add_result()
1362 rquery->type == PIPE_QUERY_TIMESTAMP) { in r600_query_hw_get_result()
1679 else if (query->b.type == PIPE_QUERY_TIMESTAMP || in r600_query_hw_get_result_resource()
1698 if (query->b.type != PIPE_QUERY_TIMESTAMP) { in r600_query_hw_get_result_resource()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c719 case PIPE_QUERY_TIMESTAMP: in si_query_hw_create()
965 case PIPE_QUERY_TIMESTAMP: in si_query_hw_do_emit_stop()
1300 case PIPE_QUERY_TIMESTAMP: in si_get_hw_query_params()
1384 case PIPE_QUERY_TIMESTAMP: in si_query_hw_add_result()
1518 squery->type == PIPE_QUERY_TIMESTAMP) { 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()
1614 if (query->b.type != PIPE_QUERY_TIMESTAMP) { in si_query_hw_get_result_resource()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c272 .query_type = PIPE_QUERY_TIMESTAMP,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c135 case PIPE_QUERY_TIMESTAMP: in llvmpipe_get_query_result()
264 case PIPE_QUERY_TIMESTAMP: in llvmpipe_get_query_result_resource()
Dlp_setup.c1689 pq->type == PIPE_QUERY_TIMESTAMP || in lp_setup_end_query()
1691 if (pq->type == PIPE_QUERY_TIMESTAMP && in lp_setup_end_query()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_query.c41 pipeq = PIPE_QUERY_TIMESTAMP; in lvp_CreateQueryPool()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c114 query->result_size = (query_type == PIPE_QUERY_TIMESTAMP || in virgl_create_query()
/third_party/mesa3d/src/gallium/frontends/nine/
Dquery9.c45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DQuery.cpp70 return PIPE_QUERY_TIMESTAMP; in TranslateQueryType()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c240 .query_type = PIPE_QUERY_TIMESTAMP,
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h600 PIPE_QUERY_TIMESTAMP, enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c261 .query_type = PIPE_QUERY_TIMESTAMP,
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h644 case PIPE_QUERY_TIMESTAMP: in util_query_clear_result()

12