Searched refs:driQueryOptionstr (Results 1 – 8 of 8) 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 | 1260 driQueryOptionstr(const driOptionCache *cache, const char *name) in driQueryOptionstr() function
|
/third_party/mesa3d/src/loader/ |
D | loader.c | 200 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/ |
D | dri_util.c | 781 *val = driQueryOptionstr(&screen->optionCache, var); in dri2ConfigQuerys()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 947 char *vendor_str = driQueryOptionstr(options, "force_gl_vendor"); in brw_process_driconf_options()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 2184 *val = driQueryOptionstr(&screen->dev->option_cache, var); in dri2GalliumConfigQuerys()
|