Home
last modified time | relevance | path

Searched refs:DRI_BOOL (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp146 EXPECT_EQ(driCheckOption(&options, "glsl_zero_init", DRI_BOOL), true); in TEST_F()
153 EXPECT_EQ(driCheckOption(&options, "not_present", DRI_BOOL), false); in TEST_F()
177 EXPECT_EQ(driCheckOption(&cache, "mesa_b_option", DRI_BOOL), true); in TEST_F()
179 EXPECT_EQ(driCheckOption(&cache, "mesa_test_unknown_option", DRI_BOOL), false); in TEST_F()
/third_party/mesa3d/src/util/
Dxmlconfig.h52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator
186 case DRI_BOOL: in driComputeOptionsSha1()
Dxmlconfig.c220 case DRI_BOOL: in parseValue()
357 case DRI_BOOL: in driParseOptionInfo()
433 [DRI_BOOL] = "bool", in driGetOptionsXml()
459 case DRI_BOOL: in driGetOptionsXml()
1267 assert(cache->info[i].type == DRI_BOOL); in driQueryOptionb()
Ddriconf.h76 .type = DRI_BOOL, \
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c880 driCheckOption(config->options, nonmsaa_name, DRI_BOOL) && in v3d_screen_create()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c2259 if (driCheckOption(dri_options, "vk_x11_strict_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2263 if (driCheckOption(dri_options, "vk_x11_ensure_min_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2268 if (driCheckOption(dri_options, "vk_xwayland_wait_ready", DRI_BOOL)) { in wsi_x11_init_wsi()
Dwsi_common.c207 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL)) in wsi_device_init()
211 if (driCheckOption(dri_options, "vk_wsi_force_bgra8_unorm_first", DRI_BOOL)) { in wsi_device_init()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c885 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) in dri2ConfigQueryb()
Ddri2.c2254 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL)) in dri2GalliumConfigQueryb()