Home
last modified time | relevance | path

Searched refs:os_get_option (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug.c149 result = os_get_option(name); in debug_get_option()
164 const char *str = os_get_option(name); in debug_get_bool_option()
200 str = os_get_option(name); in debug_get_num_option()
224 str = os_get_option(name); in debug_get_version_option()
299 str = os_get_option(name); in debug_get_flags_option()
Dos_misc.h89 os_get_option(const char *name);
Dos_misc.c87 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()
206 os_get_option(const char *name) in os_get_option() function
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_swapinterval.c51 if (stw_dev && !os_get_option("WGL_SWAP_INTERVAL")) { in wglSwapIntervalEXT()
Dstw_device.c151 const char *s = os_get_option("WGL_SWAP_INTERVAL"); in stw_init()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c33 vn_debug = parse_debug_string(os_get_option("VN_DEBUG"), vn_debug_options); in vn_debug_init_once()
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_process.c60 name = os_get_option("GALLIUM_PROCESS_NAME"); in os_get_process_name()
/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp193 const char *ext_override = os_get_option("MESA_EXTENSION_OVERRIDE"); in shader_cache_read_program_metadata()
/third_party/mesa3d/src/mesa/main/
Dextensions.c240 const char *env_const = os_get_option("MESA_EXTENSION_OVERRIDE"); in _mesa_one_time_init_extension_overrides()
Dversion.c89 version_str = os_get_option(env_var); in get_gl_override()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2866 - mesa: Use os_get_option() for MESA_*_OVERRIDE
D21.1.0.rst5544 - venus: implement vn_debug_init_once with os_get_option