Searched refs:driCheckOption (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dxmlconfig.cpp146 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 Ddrm.c254 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 Dxmlconfig.h120 unsigned char driCheckOption (const driOptionCache *cache, const char *name,
H A Dxmlconfig.c1050 driCheckOption(const driOptionCache *cache, const char *name, function in typeref:typename:unsigned char
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dxmlconfig.h155 unsigned char driCheckOption(const driOptionCache *cache, const char *name,
H A Dxmlconfig.c1224 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 Ddri_util.c744 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 Ddri_util.c737 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 Dloader.c188 if (driCheckOption(&userInitOptions, "dri_driver", DRI_STRING)) {
209 if (driCheckOption(&userInitOptions, "device_id", DRI_STRING))
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader.c199 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 Ddrm.c261 if (driCheckOption(&userInitOptions, "throttle_value", DRI_INT)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1815 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 Dv3d_screen.c807 /* 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 Dwsi_common_x11.c1940 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 Dwsi_common.c153 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 Ddri2.c2132 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 Dwsi_common.c135 if (driCheckOption(dri_options, "adaptive_sync", DRI_BOOL))
H A Dwsi_common_x11.c1586 if (driCheckOption(dri_options, "vk_x11_override_min_image_count", DRI_INT)) {

Completed in 28 milliseconds