Searched refs:DRI_ENUM (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.h41 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING enumerator in enum:driOptionType
153 case DRI_ENUM:
H A Dxmlconfig.c257 case DRI_ENUM: /* enum is just a special integer */
352 case DRI_ENUM: /* enum is just a special integer */
533 cache->info[opt].type = DRI_ENUM;
562 } else if (cache->info[opt].type == DRI_ENUM) {
1073 assert (cache->info[i].type == DRI_INT || cache->info[i].type == DRI_ENUM);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.h52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator in enum:driOptionType
192 case DRI_ENUM:
H A Dxmlconfig.c231 case DRI_ENUM: /* enum is just a special integer */
299 case DRI_ENUM: /* enum is just a special integer */
362 case DRI_ENUM:
436 [DRI_ENUM] = "enum",
464 case DRI_ENUM:
485 case DRI_ENUM:
509 opt->desc, opt->info.type != DRI_ENUM ? "/" : "");
511 if (opt->info.type == DRI_ENUM) {
1247 assert(cache->info[i].type == DRI_INT || cache->info[i].type == DRI_ENUM);
H A Ddriconf.h105 .type = DRI_ENUM, \
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dxmlconfig.cpp148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
H A Ddrm.c264 if (driCheckOption(&userInitOptions, "vblank_mode", DRI_ENUM))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c749 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c756 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1832 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c2149 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))

Completed in 16 milliseconds