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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query.h 75 case PIPE_QUERY_TIMESTAMP:
99 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 130 type = PIPE_QUERY_TIMESTAMP;
157 type == PIPE_QUERY_TIMESTAMP) {
198 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
199 stq->type = PIPE_QUERY_TIMESTAMP;
279 stq->type == PIPE_QUERY_TIMESTAMP) {
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_query.c 117 case PIPE_QUERY_TIMESTAMP:
164 case PIPE_QUERY_TIMESTAMP:
217 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 72 type == PIPE_QUERY_TIMESTAMP ||
118 case PIPE_QUERY_TIMESTAMP:
155 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/swr/
swr_query.cpp 107 case PIPE_QUERY_TIMESTAMP:
171 case PIPE_QUERY_TIMESTAMP:
205 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 251 case PIPE_QUERY_TIMESTAMP:
339 case PIPE_QUERY_TIMESTAMP:
432 case PIPE_QUERY_TIMESTAMP:
444 if (q->type == PIPE_QUERY_TIMESTAMP) {
540 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.c 247 case PIPE_QUERY_TIMESTAMP:
327 case PIPE_QUERY_TIMESTAMP:
394 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_query.c 191 if (query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 727 case PIPE_QUERY_TIMESTAMP:
808 case PIPE_QUERY_TIMESTAMP:
890 case PIPE_QUERY_TIMESTAMP:
976 if (sq->type == PIPE_QUERY_TIMESTAMP && svga->sq[sq->type] != sq)
1005 case PIPE_QUERY_TIMESTAMP:
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 276 .query_type = PIPE_QUERY_TIMESTAMP,
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_query.c 241 .query_type = PIPE_QUERY_TIMESTAMP,
  /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/virglrenderer/src/gallium/include/pipe/
p_defines.h 458 #define PIPE_QUERY_TIMESTAMP 2
759 /* PIPE_QUERY_TIMESTAMP */
  /external/mesa3d/src/gallium/drivers/r600/
r600_query.c 633 case PIPE_QUERY_TIMESTAMP:
836 case PIPE_QUERY_TIMESTAMP:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.c 656 case PIPE_QUERY_TIMESTAMP:
867 case PIPE_QUERY_TIMESTAMP:
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 134 case PIPE_QUERY_TIMESTAMP:
lp_setup.c     [all...]
lp_rast.c 522 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 547 PIPE_QUERY_TIMESTAMP,
988 /* PIPE_QUERY_TIMESTAMP */
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_inlines.h 542 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 550 case PIPE_QUERY_TIMESTAMP:
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 889 case PIPE_QUERY_TIMESTAMP:
  /external/virglrenderer/src/
vrend_renderer.c     [all...]

Completed in 1272 milliseconds