Searched refs:PIPE_QUERY_TIMESTAMP (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h79 case PIPE_QUERY_TIMESTAMP:
103 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h97 case PIPE_QUERY_TIMESTAMP:
121 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp32 _query(q.pipe->create_query(q.pipe, PIPE_QUERY_TIMESTAMP, 0)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c170 type = PIPE_QUERY_TIMESTAMP;
198 type == PIPE_QUERY_TIMESTAMP) {
223 if (stq->type != PIPE_QUERY_TIMESTAMP)
243 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
244 stq->type = PIPE_QUERY_TIMESTAMP;
255 if (stq->type != PIPE_QUERY_TIMESTAMP)
329 stq->type == PIPE_QUERY_TIMESTAMP) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c170 type = PIPE_QUERY_TIMESTAMP;
198 type == PIPE_QUERY_TIMESTAMP) {
239 stq->pq = pipe->create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
240 stq->type = PIPE_QUERY_TIMESTAMP;
322 stq->type == PIPE_QUERY_TIMESTAMP) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp107 case PIPE_QUERY_TIMESTAMP:
171 case PIPE_QUERY_TIMESTAMP:
205 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c117 case PIPE_QUERY_TIMESTAMP:
164 case PIPE_QUERY_TIMESTAMP:
217 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c117 case PIPE_QUERY_TIMESTAMP:
164 case PIPE_QUERY_TIMESTAMP:
217 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp107 case PIPE_QUERY_TIMESTAMP:
171 case PIPE_QUERY_TIMESTAMP:
205 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp67 case PIPE_QUERY_TIMESTAMP:
93 case PIPE_QUERY_TIMESTAMP:
200 case PIPE_QUERY_TIMESTAMP:
280 q->type == PIPE_QUERY_TIMESTAMP)
336 assert(query->type != PIPE_QUERY_TIMESTAMP);
391 if (query->type != PIPE_QUERY_TIMESTAMP &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c73 type == PIPE_QUERY_TIMESTAMP ||
119 case PIPE_QUERY_TIMESTAMP:
156 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c73 type == PIPE_QUERY_TIMESTAMP ||
124 case PIPE_QUERY_TIMESTAMP:
161 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c272 case PIPE_QUERY_TIMESTAMP:
362 case PIPE_QUERY_TIMESTAMP:
467 case PIPE_QUERY_TIMESTAMP:
479 if (q->type == PIPE_QUERY_TIMESTAMP) {
576 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c272 case PIPE_QUERY_TIMESTAMP:
362 case PIPE_QUERY_TIMESTAMP:
467 case PIPE_QUERY_TIMESTAMP:
479 if (q->type == PIPE_QUERY_TIMESTAMP) {
576 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c707 case PIPE_QUERY_TIMESTAMP:
795 case PIPE_QUERY_TIMESTAMP:
878 case PIPE_QUERY_TIMESTAMP:
976 if (sq->type == PIPE_QUERY_TIMESTAMP && !sq->active)
1003 case PIPE_QUERY_TIMESTAMP:
1137 case PIPE_QUERY_TIMESTAMP: {
1287 struct pipe_query *q = svga_create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c241 case PIPE_QUERY_TIMESTAMP:
321 case PIPE_QUERY_TIMESTAMP:
388 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c245 case PIPE_QUERY_TIMESTAMP:
326 case PIPE_QUERY_TIMESTAMP:
399 case PIPE_QUERY_TIMESTAMP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c77 case PIPE_QUERY_TIMESTAMP:
141 case PIPE_QUERY_TIMESTAMP:
168 return query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED;
317 if (query->type == PIPE_QUERY_TIMESTAMP) {
371 case PIPE_QUERY_TIMESTAMP:
445 bool is_timestamp = query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIMESTAMP_DISJOINT;
586 if (q->type == PIPE_QUERY_TIMESTAMP)
606 bool is_timestamp = q->type == PIPE_QUERY_TIMESTAMP || q->type == PIPE_QUERY_TIMESTAMP_DISJOINT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c727 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:
1130 case PIPE_QUERY_TIMESTAMP: {
1280 struct pipe_query *q = svga_create_query(pipe, PIPE_QUERY_TIMESTAMP, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_query.c141 case PIPE_QUERY_TIMESTAMP:
216 case PIPE_QUERY_TIMESTAMP:
325 case PIPE_QUERY_TIMESTAMP:
435 case PIPE_QUERY_TIMESTAMP: {
597 if (q->type == PIPE_QUERY_TIMESTAMP) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_query.c121 case PIPE_QUERY_TIMESTAMP:
203 case PIPE_QUERY_TIMESTAMP:
297 case PIPE_QUERY_TIMESTAMP:
405 case PIPE_QUERY_TIMESTAMP: {
559 if (q->type == PIPE_QUERY_TIMESTAMP) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_query.c193 if (query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIME_ELAPSED)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dquery9.c45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES;
272 (Which is also the unit used by PIPE_QUERY_TIMESTAMP.)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c275 .query_type = PIPE_QUERY_TIMESTAMP,

Completed in 27 milliseconds

123