Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/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()
/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h46 DRI_BOOL, DRI_ENUM, DRI_INT, DRI_FLOAT, DRI_STRING, DRI_SECTION enumerator
180 case DRI_BOOL: in driComputeOptionsSha1()
Dxmlconfig.c221 case DRI_BOOL: in parseValue()
362 case DRI_BOOL: in driParseOptionInfo()
438 [DRI_BOOL] = "bool", in driGetOptionsXml()
464 case DRI_BOOL: in driGetOptionsXml()
1277 assert(cache->info[i].type == DRI_BOOL); in driQueryOptionb()
Ddriconf.h76 .type = DRI_BOOL, \
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c235 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL)) in wsi_device_init()
239 if (driCheckOption(dri_options, "vk_wsi_force_bgra8_unorm_first", DRI_BOOL)) { in wsi_device_init()
244 if (driCheckOption(dri_options, "vk_wsi_force_swapchain_to_current_extent", DRI_BOOL)) { in wsi_device_init()
Dwsi_common_x11.c2941 if (driCheckOption(dri_options, "vk_x11_strict_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2945 if (driCheckOption(dri_options, "vk_x11_ensure_min_image_count", DRI_BOOL)) { in wsi_x11_init_wsi()
2950 if (driCheckOption(dri_options, "vk_xwayland_wait_ready", DRI_BOOL)) { in wsi_x11_init_wsi()