Searched refs:DRI_INT (Results 1 - 14 of 14) 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 152 case DRI_INT:
|
| H A D | xmlconfig.c | 258 case DRI_INT: 315 if (info->type == DRI_INT && 353 case DRI_INT: 535 cache->info[opt].type = DRI_INT; 736 if (!parseValue (&screenNum, DRI_INT, screen)) 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 191 case DRI_INT:
|
| H A D | xmlconfig.c | 232 case DRI_INT: 300 case DRI_INT: 361 case DRI_INT: 434 [DRI_INT] = "int", 463 case DRI_INT: 484 case DRI_INT: 632 if (info->type == DRI_INT && 670 if (!parseValue(&screenNum, DRI_INT, screen)) 687 .type = DRI_INT, 755 .type = DRI_INT, [all...] |
| H A D | driconf.h | 85 .type = DRI_INT, \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 254 if (driCheckOption(&userInitOptions, "throttle_value", DRI_INT)) { 274 if (driCheckOption(&userInitOptions, "override_vendorid", DRI_INT)) { 293 if (driCheckOption(&userInitOptions, "csmt_force", DRI_INT))
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | xmlconfig.cpp | 149 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_INT), false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 261 if (driCheckOption(&userInitOptions, "throttle_value", DRI_INT)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 748 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 755 if (!driCheckOption(&screen->optionCache, var, DRI_INT) &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 1586 if (driCheckOption(dri_options, "vk_x11_override_min_image_count", DRI_INT)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri2.c | 1831 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) &&
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 1940 if (driCheckOption(dri_options, "vk_x11_override_min_image_count", DRI_INT)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri2.c | 2148 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) &&
|
Completed in 22 milliseconds