Searched refs:DRI_BOOL (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 146 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/ |
D | xmlconfig.h | 52 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator 186 case DRI_BOOL: in driComputeOptionsSha1()
|
D | xmlconfig.c | 220 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()
|
D | driconf.h | 76 .type = DRI_BOOL, \
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.c | 880 driCheckOption(config->options, nonmsaa_name, DRI_BOOL) && in v3d_screen_create()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.c | 2259 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()
|
D | wsi_common.c | 207 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/ |
D | dri_util.c | 885 if (!driCheckOption(&screen->optionCache, var, DRI_BOOL)) in dri2ConfigQueryb()
|
D | dri2.c | 2254 if (!driCheckOption(&screen->dev->option_cache, var, DRI_BOOL)) in dri2GalliumConfigQueryb()
|