Home
last modified time | relevance | path

Searched refs:driQueryOptionf (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Dxmlconfig.h163 float driQueryOptionf(const driOptionCache *cache, const char *name);
Dxmlconfig.c1282 driQueryOptionf(const driOptionCache *cache, const char *name) in driQueryOptionf() function
/third_party/mesa3d/src/util/tests/
Dxmlconfig.cpp99 EXPECT_EQ(driQueryOptionf(&options, "opt"), 2.0); in TEST_F()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c911 *val = driQueryOptionf(&screen->optionCache, var); in dri2ConfigQueryf()
Ddri2.c2290 *val = driQueryOptionf(&screen->dev->option_cache, var); in dri2GalliumConfigQueryf()