Home
last modified time | relevance | path

Searched refs:driQueryOptionstr (Results 1 – 7 of 7) 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.c1292 driQueryOptionstr(const driOptionCache *cache, const char *name) in driQueryOptionstr() function
/third_party/mesa3d/src/loader/
Dloader.c254 char *opt = driQueryOptionstr(&userInitOptions, "dri_driver"); in loader_get_dri_config_driver()
277 prime = strdup(driQueryOptionstr(&userInitOptions, "device_id")); in loader_get_dri_config_device_id()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c922 *val = driQueryOptionstr(&screen->optionCache, var); in dri2ConfigQuerys()
Ddri2.c2306 *val = driQueryOptionstr(&screen->dev->option_cache, var); in dri2GalliumConfigQuerys()