Searched refs:PIPE_QUERY_TYPES (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h8 #define NV30_QUERY_ZCULL_0 (PIPE_QUERY_TYPES + 0)
9 #define NV30_QUERY_ZCULL_1 (PIPE_QUERY_TYPES + 1)
10 #define NV30_QUERY_ZCULL_2 (PIPE_QUERY_TYPES + 2)
11 #define NV30_QUERY_ZCULL_3 (PIPE_QUERY_TYPES + 3)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h8 #define NV30_QUERY_ZCULL_0 (PIPE_QUERY_TYPES + 0)
9 #define NV30_QUERY_ZCULL_1 (PIPE_QUERY_TYPES + 1)
10 #define NV30_QUERY_ZCULL_2 (PIPE_QUERY_TYPES + 2)
11 #define NV30_QUERY_ZCULL_3 (PIPE_QUERY_TYPES + 3)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dquery9.c42 PIPE_QUERY_OCCLUSION_COUNTER : PIPE_QUERY_TYPES;
45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES;
49 PIPE_QUERY_TIMESTAMP_DISJOINT : PIPE_QUERY_TYPES;
53 PIPE_QUERY_PIPELINE_STATISTICS : PIPE_QUERY_TYPES;
55 return PIPE_QUERY_TYPES; /* Query not supported */
84 if (ptype == PIPE_QUERY_TYPES) {
112 if (ptype < PIPE_QUERY_TYPES) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dquery9.c42 PIPE_QUERY_OCCLUSION_COUNTER : PIPE_QUERY_TYPES;
45 PIPE_QUERY_TIMESTAMP : PIPE_QUERY_TYPES;
49 PIPE_QUERY_TIMESTAMP_DISJOINT : PIPE_QUERY_TYPES;
53 PIPE_QUERY_PIPELINE_STATISTICS : PIPE_QUERY_TYPES;
55 return PIPE_QUERY_TYPES; /* Query not supported */
84 if (ptype == PIPE_QUERY_TYPES) {
112 if (ptype < PIPE_QUERY_TYPES) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h14 #define NVC0_HW_QUERY_TFB_BUFFER_OFFSET (PIPE_QUERY_TYPES + 0)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h14 #define NVA0_HW_QUERY_STREAM_OUTPUT_BUFFER_OFFSET (PIPE_QUERY_TYPES + 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.h14 #define NVA0_HW_QUERY_STREAM_OUTPUT_BUFFER_OFFSET (PIPE_QUERY_TYPES + 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.h14 #define NVC0_HW_QUERY_TFB_BUFFER_OFFSET (PIPE_QUERY_TYPES + 0)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.cpp83 return PIPE_QUERY_TYPES;
118 if (pQuery->pipe_type < PIPE_QUERY_TYPES) {
174 assert(pQuery->pipe_type < PIPE_QUERY_TYPES);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c59 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
194 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c59 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
194 stq->type = PIPE_QUERY_TYPES; /* an invalid value */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp45 assert(type < PIPE_QUERY_TYPES);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.cpp45 assert(type < PIPE_QUERY_TYPES);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c58 assert(type < PIPE_QUERY_TYPES);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h572 PIPE_QUERY_TYPES, enumerator in enum:pipe_query_type
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h607 PIPE_QUERY_TYPES, enumerator in enum:pipe_query_type
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_query.c58 assert(type < PIPE_QUERY_TYPES);

Completed in 15 milliseconds