HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_QUERY_TIMESTAMP (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query.h 72 case PIPE_QUERY_TIMESTAMP:
freedreno_query_hw.c 56 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/state_trackers/clover/core/
timestamp.cpp 32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 121 type = PIPE_QUERY_TIMESTAMP;
148 type == PIPE_QUERY_TIMESTAMP) {
189 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
190 stq->type = PIPE_QUERY_TIMESTAMP;
267 stq->type == PIPE_QUERY_TIMESTAMP) {
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.c 51 [PIPE_QUERY_TIMESTAMP] = INFO(draw),
79 case PIPE_QUERY_TIMESTAMP:
160 case PIPE_QUERY_TIMESTAMP:
ilo_render.c 206 case PIPE_QUERY_TIMESTAMP:
276 case PIPE_QUERY_TIMESTAMP:
ilo_draw.c 89 case PIPE_QUERY_TIMESTAMP:
168 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_query.c 117 case PIPE_QUERY_TIMESTAMP:
163 case PIPE_QUERY_TIMESTAMP:
216 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 70 type == PIPE_QUERY_TIMESTAMP ||
113 case PIPE_QUERY_TIMESTAMP:
149 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 106 case PIPE_QUERY_TIMESTAMP:
170 case PIPE_QUERY_TIMESTAMP:
204 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 249 case PIPE_QUERY_TIMESTAMP:
336 case PIPE_QUERY_TIMESTAMP:
430 case PIPE_QUERY_TIMESTAMP:
442 if (q->type == PIPE_QUERY_TIMESTAMP) {
535 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 724 case PIPE_QUERY_TIMESTAMP:
802 case PIPE_QUERY_TIMESTAMP:
881 case PIPE_QUERY_TIMESTAMP:
965 if (sq->type == PIPE_QUERY_TIMESTAMP && svga->sq[sq->type] != sq)
993 case PIPE_QUERY_TIMESTAMP:
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.c 245 case PIPE_QUERY_TIMESTAMP:
324 case PIPE_QUERY_TIMESTAMP:
390 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 269 .query_type = PIPE_QUERY_TIMESTAMP,
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_query.c 158 if (query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED)
  /external/mesa3d/src/gallium/state_trackers/nine/
query9.c 45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES;
272 (Which is also the unit used by PIPE_QUERY_TIMESTAMP.)
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.c 504 case PIPE_QUERY_TIMESTAMP:
684 case PIPE_QUERY_TIMESTAMP:
922 case PIPE_QUERY_TIMESTAMP:
999 case PIPE_QUERY_TIMESTAMP:
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 133 case PIPE_QUERY_TIMESTAMP:
lp_setup.c     [all...]
lp_rast.c 519 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 526 PIPE_QUERY_TIMESTAMP,
930 /* PIPE_QUERY_TIMESTAMP */
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 518 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 898 case PIPE_QUERY_TIMESTAMP:

Completed in 75 milliseconds