Searched refs:DRI_ENUM (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | xmlconfig.h | 52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator 192 case DRI_ENUM: in driComputeOptionsSha1()
|
D | xmlconfig.c | 231 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()
|
D | driconf.h | 105 .type = DRI_ENUM, \
|
/third_party/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false); in TEST_F()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 897 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) in dri2ConfigQueryi()
|
D | dri2.c | 2271 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM)) in dri2GalliumConfigQueryi()
|