| /xsrc/external/mit/MesaLib/dist/src/util/tests/ |
| H A D | xmlconfig.cpp | 146 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_BOOL), true); 148 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_ENUM), false); 149 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_INT), false); 150 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_FLOAT), false); 151 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_STRING), false); 153 EXPECT_EQ(driCheckOption(&options, "not_present", DRI_BOOL), false); 177 EXPECT_EQ(driCheckOption(&cache, "mesa_b_option", DRI_BOOL), true); 178 EXPECT_EQ(driCheckOption(&cache, "mesa_s_option", DRI_STRING), true); 179 EXPECT_EQ(driCheckOption(&cache, "mesa_test_unknown_option", DRI_BOOL), false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 254 if (driCheckOption(&userInitOptions, "throttle_value", DRI_INT)) { 264 if (driCheckOption(&userInitOptions, "vblank_mode", DRI_ENUM)) 269 if (driCheckOption(&userInitOptions, "thread_submit", DRI_BOOL)) 274 if (driCheckOption(&userInitOptions, "override_vendorid", DRI_INT)) { 278 if (driCheckOption(&userInitOptions, "discard_delayed_release", DRI_BOOL)) 283 if (driCheckOption(&userInitOptions, "tearfree_discard", DRI_BOOL)) 293 if (driCheckOption(&userInitOptions, "csmt_force", DRI_INT)) 298 if (driCheckOption(&userInitOptions, "dynamic_texture_workaround", DRI_BOOL)) 303 if (driCheckOption(&userInitOptions, "shader_inline_constants", DRI_BOOL))
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.h | 120 unsigned char driCheckOption (const driOptionCache *cache, const char *name,
|
| H A D | xmlconfig.c | 1050 driCheckOption(const driOptionCache *cache, const char *name, function in typeref:typename:unsigned char
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.h | 155 unsigned char driCheckOption(const driOptionCache *cache, const char *name,
|
| H A D | xmlconfig.c | 1224 driCheckOption(const driOptionCache *cache, const char *name, function in typeref:typename:unsigned char
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 744 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) 755 if (!driCheckOption(&screen->optionCache, var, DRI_INT) && 756 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) 767 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT)) 778 if (!driCheckOption(&screen->optionCache, var, DRI_STRING))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 737 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) 748 if (!driCheckOption(&screen->optionCache, var, DRI_INT) && 749 !driCheckOption(&screen->optionCache, var, DRI_ENUM)) 760 if (!driCheckOption(&screen->optionCache, var, DRI_FLOAT))
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader.c | 188 if (driCheckOption(&userInitOptions, "dri_driver", DRI_STRING)) { 209 if (driCheckOption(&userInitOptions, "device_id", DRI_STRING))
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader.c | 199 if (driCheckOption(&userInitOptions, "dri_driver", DRI_STRING)) { 222 if (driCheckOption(&userInitOptions, "device_id", DRI_STRING))
|
| /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/gallium/state_trackers/dri/ |
| H A D | dri2.c | 1815 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL)) 1831 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) && 1832 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM)) 1848 if (!driCheckOption(&screen->dev->option_cache, var, DRI_FLOAT))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_screen.c | 807 /* We have to driCheckOption for the simulator mode to not assertion 812 driCheckOption(config->options, nonmsaa_name, DRI_BOOL) &&
|
| /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)) { 1944 if (driCheckOption(dri_options, "vk_x11_strict_image_count", DRI_BOOL)) { 1948 if (driCheckOption(dri_options, "vk_x11_ensure_min_image_count", DRI_BOOL)) { 1953 if (driCheckOption(dri_options, "vk_xwayland_wait_ready", DRI_BOOL)) {
|
| H A D | wsi_common.c | 153 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL)) 157 if (driCheckOption(dri_options, "vk_wsi_force_bgra8_unorm_first", DRI_BOOL)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri2.c | 2132 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL)) 2148 if (!driCheckOption(&screen->dev->option_cache, var, DRI_INT) && 2149 !driCheckOption(&screen->dev->option_cache, var, DRI_ENUM)) 2165 if (!driCheckOption(&screen->dev->option_cache, var, DRI_FLOAT)) 2181 if (!driCheckOption(&screen->dev->option_cache, var, DRI_STRING))
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 135 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL))
|
| H A D | wsi_common_x11.c | 1586 if (driCheckOption(dri_options, "vk_x11_override_min_image_count", DRI_INT)) {
|