/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 130 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/ |
D | freedreno_query.h | 75 case PIPE_QUERY_TIMESTAMP: in skip_begin_query() 99 case PIPE_QUERY_TIMESTAMP: in pidx()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 117 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/ |
D | swr_query.cpp | 107 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/ |
D | sp_query.c | 72 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/ |
D | nvc0_query_hw.c | 251 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/ |
D | svga_pipe_query.c | 727 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/ |
D | nv50_query_hw.c | 247 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/ |
D | timestamp.cpp | 32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) { in query()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 633 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/ |
D | r600_query.c | 656 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/ |
D | fd4_query.c | 276 .query_type = PIPE_QUERY_TIMESTAMP,
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_query.c | 191 if (query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED) in virgl_get_query_result()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 241 .query_type = PIPE_QUERY_TIMESTAMP,
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | query9.c | 45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_defines.h | 458 #define PIPE_QUERY_TIMESTAMP 2 macro
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 134 case PIPE_QUERY_TIMESTAMP: in llvmpipe_get_query_result()
|
D | lp_setup.c | 1436 pq->type == PIPE_QUERY_TIMESTAMP) { in lp_setup_end_query() 1437 if (pq->type == PIPE_QUERY_TIMESTAMP && in lp_setup_end_query()
|
D | lp_rast.c | 522 case PIPE_QUERY_TIMESTAMP: in lp_rast_end_query()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 547 PIPE_QUERY_TIMESTAMP, enumerator
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 542 case PIPE_QUERY_TIMESTAMP: in util_query_clear_result()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 550 case PIPE_QUERY_TIMESTAMP: in util_query_clear_result()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump_state.c | 889 case PIPE_QUERY_TIMESTAMP: in trace_dump_query_result()
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 117 * ``PIPE_CAP_QUERY_TIMESTAMP``: Whether PIPE_QUERY_TIMESTAMP and 785 PIPE_QUERY_TIMESTAMP. This function returns immediately and doesn't
|
D | context.rst | 418 ``PIPE_QUERY_TIMESTAMP`` returns a device/driver internal timestamp,
|