Searched refs:DRI_ENUM (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 41 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING enumerator in enum:driOptionType 153 case DRI_ENUM:
|
| H A D | xmlconfig.c | 257 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 D | xmlconfig.h | 52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator in enum:driOptionType 192 case DRI_ENUM:
|
| H A D | xmlconfig.c | 231 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 D | driconf.h | 105 .type = DRI_ENUM, \
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | xmlconfig.cpp | 148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 264 if (driCheckOption(&userInitOptions, "vblank_mode", DRI_ENUM))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 749 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 756 !driCheckOption(&screen->optionCache, var, DRI_ENUM))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri2.c | 1832 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri2.c | 2149 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM))
|
Completed in 16 milliseconds