Home
last modified time | relevance | path

Searched refs:DRI_ENUM (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Dxmlconfig.h52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator
192 case DRI_ENUM: in driComputeOptionsSha1()
Dxmlconfig.c231 case DRI_ENUM: /* enum is just a special integer */ in parseValue()
299 case DRI_ENUM: /* enum is just a special integer */ in checkValue()
362 case DRI_ENUM: in driParseOptionInfo()
436 [DRI_ENUM] = "enum", in driGetOptionsXml()
464 case DRI_ENUM: in driGetOptionsXml()
485 case DRI_ENUM: in driGetOptionsXml()
509 opt->desc, opt->info.type != DRI_ENUM ? "/" : ""); in driGetOptionsXml()
511 if (opt->info.type == DRI_ENUM) { in driGetOptionsXml()
1277 assert(cache->info[i].type == DRI_INT || cache->info[i].type == DRI_ENUM); in driQueryOptioni()
Ddriconf.h105 .type = DRI_ENUM, \
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false); in TEST_F()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c897 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) in dri2ConfigQueryi()
Ddri2.c2271 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM)) in dri2GalliumConfigQueryi()