Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_debug.c145 result = os_get_option(name); in debug_get_option()
160 const char *str = os_get_option(name); in debug_get_bool_option()
196 str = os_get_option(name); in debug_get_num_option()
220 str = os_get_option(name); in debug_get_version_option()
295 str = os_get_option(name); in debug_get_flags_option()
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
Dos_misc.h89 os_get_option(const char *name);
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c48 parse_debug_string(os_get_option("VN_DEBUG"), vn_debug_options); in vn_env_init_once()
50 parse_debug_string(os_get_option("VN_PERF"), vn_perf_options); in vn_env_init_once()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_swapinterval.c51 if (stw_dev && !os_get_option("WGL_SWAP_INTERVAL")) { in wglSwapIntervalEXT()
Dstw_device.c154 const char *s = os_get_option("WGL_SWAP_INTERVAL"); in stw_init()
/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/freedreno/vulkan/
Dtu_cs_breadcrumbs.c154 breadcrumbs_opt = os_get_option("TU_BREADCRUMBS"); in tu_breadcrumbs_init()
Dtu_device.c438 parse_debug_string(os_get_option("TU_DEBUG"), tu_debug_options); in tu_CreateInstance()
/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/
Dversion.c91 version_str = os_get_option(env_var); in get_gl_override()
Dcontext.c208 const char *env_const = os_get_option("MESA_EXTENSION_OVERRIDE"); in one_time_init()
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c440 const char *cu_env_var = os_get_option("AMD_CU_MASK"); in set_custom_cu_en_mask()
/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