Searched refs:driQueryOptionstr (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/tests/ |
D | xmlconfig.cpp | 134 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/ |
D | u_driconf.c | 36 char *option = driQueryOptionstr(optionCache, #option); \ in u_driconf_fill_st_options()
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.h | 165 char *driQueryOptionstr(const driOptionCache *cache, const char *name);
|
D | xmlconfig.c | 1292 driQueryOptionstr(const driOptionCache *cache, const char *name) in driQueryOptionstr() function
|
/third_party/mesa3d/src/loader/ |
D | loader.c | 254 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/ |
D | dri_util.c | 922 *val = driQueryOptionstr(&screen->optionCache, var); in dri2ConfigQuerys()
|
D | dri2.c | 2306 *val = driQueryOptionstr(&screen->dev->option_cache, var); in dri2GalliumConfigQuerys()
|