Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c130 type = PIPE_QUERY_TIMESTAMP; in st_BeginQuery()
157 type == PIPE_QUERY_TIMESTAMP) { in st_BeginQuery()
198 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0); in st_EndQuery()
199 stq->type = PIPE_QUERY_TIMESTAMP; in st_EndQuery()
279 stq->type == PIPE_QUERY_TIMESTAMP) { in get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h75 case PIPE_QUERY_TIMESTAMP: in skip_begin_query()
99 case PIPE_QUERY_TIMESTAMP: in pidx()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c117 case PIPE_QUERY_TIMESTAMP: in nv30_query_create()
164 case PIPE_QUERY_TIMESTAMP: in nv30_query_begin()
217 case PIPE_QUERY_TIMESTAMP: in nv30_query_result()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp107 case PIPE_QUERY_TIMESTAMP: in swr_get_query_result()
171 case PIPE_QUERY_TIMESTAMP: in swr_begin_query()
205 case PIPE_QUERY_TIMESTAMP: in swr_end_query()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c72 type == PIPE_QUERY_TIMESTAMP || in softpipe_create_query()
118 case PIPE_QUERY_TIMESTAMP: in softpipe_begin_query()
155 case PIPE_QUERY_TIMESTAMP: in softpipe_end_query()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c251 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_end_query()
339 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_get_query_result()
432 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_get_query_result_resource()
444 if (q->type == PIPE_QUERY_TIMESTAMP) { in nvc0_hw_get_query_result_resource()
540 case PIPE_QUERY_TIMESTAMP: in nvc0_hw_create_query()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c727 case PIPE_QUERY_TIMESTAMP: in svga_create_query()
808 case PIPE_QUERY_TIMESTAMP: in svga_destroy_query()
890 case PIPE_QUERY_TIMESTAMP: in svga_begin_query()
976 if (sq->type == PIPE_QUERY_TIMESTAMP && svga->sq[sq->type] != sq) in svga_end_query()
1005 case PIPE_QUERY_TIMESTAMP: in svga_end_query()
1130 case PIPE_QUERY_TIMESTAMP: { in svga_get_query_result()
1280 struct pipe_query *q = svga_create_query(pipe, PIPE_QUERY_TIMESTAMP, 0); in svga_get_timestamp()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c247 case PIPE_QUERY_TIMESTAMP: in nv50_hw_end_query()
327 case PIPE_QUERY_TIMESTAMP: in nv50_hw_get_query_result()
394 case PIPE_QUERY_TIMESTAMP: in nv50_hw_create_query()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) { in query()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c633 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_create()
836 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_do_emit_stop()
1098 case PIPE_QUERY_TIMESTAMP: in r600_get_hw_query_params()
1190 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_add_result()
1353 rquery->type == PIPE_QUERY_TIMESTAMP) { in r600_query_hw_get_result()
1664 else if (query->b.type == PIPE_QUERY_TIMESTAMP || in r600_query_hw_get_result_resource()
1683 if (query->b.type != PIPE_QUERY_TIMESTAMP) { in r600_query_hw_get_result_resource()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c656 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_create()
867 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_do_emit_stop()
1157 case PIPE_QUERY_TIMESTAMP: in r600_get_hw_query_params()
1250 case PIPE_QUERY_TIMESTAMP: in r600_query_hw_add_result()
1394 rquery->type == PIPE_QUERY_TIMESTAMP) { in si_query_hw_get_result()
1706 else if (query->b.type == PIPE_QUERY_TIMESTAMP || in r600_query_hw_get_result_resource()
1725 if (query->b.type != PIPE_QUERY_TIMESTAMP) { in r600_query_hw_get_result_resource()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c276 .query_type = PIPE_QUERY_TIMESTAMP,
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c191 if (query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED) in virgl_get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c241 .query_type = PIPE_QUERY_TIMESTAMP,
/external/mesa3d/src/gallium/state_trackers/nine/
Dquery9.c45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h458 #define PIPE_QUERY_TIMESTAMP 2 macro
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c134 case PIPE_QUERY_TIMESTAMP: in llvmpipe_get_query_result()
Dlp_setup.c1436 pq->type == PIPE_QUERY_TIMESTAMP) { in lp_setup_end_query()
1437 if (pq->type == PIPE_QUERY_TIMESTAMP && in lp_setup_end_query()
Dlp_rast.c522 case PIPE_QUERY_TIMESTAMP: in lp_rast_end_query()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h547 PIPE_QUERY_TIMESTAMP, enumerator
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h542 case PIPE_QUERY_TIMESTAMP: in util_query_clear_result()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h550 case PIPE_QUERY_TIMESTAMP: in util_query_clear_result()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c889 case PIPE_QUERY_TIMESTAMP: in trace_dump_query_result()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst117 * ``PIPE_CAP_QUERY_TIMESTAMP``: Whether PIPE_QUERY_TIMESTAMP and
785 PIPE_QUERY_TIMESTAMP. This function returns immediately and doesn't
Dcontext.rst418 ``PIPE_QUERY_TIMESTAMP`` returns a device/driver internal timestamp,

12