Home
last modified time | relevance | path

Searched refs:driQueryOptionstr (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp134 EXPECT_STREQ(driQueryOptionstr(&options, "opt"), "value"); in TEST_F()
183 EXPECT_STREQ(driQueryOptionstr(&cache, "mesa_s_option"), "value"); in TEST_F()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c36 char *option = driQueryOptionstr(optionCache, #option); \ in u_driconf_fill_st_options()
/third_party/mesa3d/src/util/
Dxmlconfig.h165 char *driQueryOptionstr(const driOptionCache *cache, const char *name);
Dxmlconfig.c1260 driQueryOptionstr(const driOptionCache *cache, const char *name) in driQueryOptionstr() function
/third_party/mesa3d/src/loader/
Dloader.c200 char *opt = driQueryOptionstr(&userInitOptions, "dri_driver"); in loader_get_dri_config_driver()
223 prime = strdup(driQueryOptionstr(&userInitOptions, "device_id")); in loader_get_dri_config_device_id()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c781 *val = driQueryOptionstr(&screen->optionCache, var); in dri2ConfigQuerys()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c947 char *vendor_str = driQueryOptionstr(options, "force_gl_vendor"); in brw_process_driconf_options()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c2184 *val = driQueryOptionstr(&screen->dev->option_cache, var); in dri2GalliumConfigQuerys()