Searched refs:os_get_option (Results 1 – 15 of 15) sorted by relevance
145 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()
87 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
89 os_get_option(const char *name);
48 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()
51 if (stw_dev && !os_get_option("WGL_SWAP_INTERVAL")) { in wglSwapIntervalEXT()
154 const char *s = os_get_option("WGL_SWAP_INTERVAL"); in stw_init()
60 name = os_get_option("GALLIUM_PROCESS_NAME"); in os_get_process_name()
154 breadcrumbs_opt = os_get_option("TU_BREADCRUMBS"); in tu_breadcrumbs_init()
438 parse_debug_string(os_get_option("TU_DEBUG"), tu_debug_options); in tu_CreateInstance()
193 const char *ext_override = os_get_option("MESA_EXTENSION_OVERRIDE"); in shader_cache_read_program_metadata()
91 version_str = os_get_option(env_var); in get_gl_override()
208 const char *env_const = os_get_option("MESA_EXTENSION_OVERRIDE"); in one_time_init()
440 const char *cu_env_var = os_get_option("AMD_CU_MASK"); in set_custom_cu_en_mask()
2866 - mesa: Use os_get_option() for MESA_*_OVERRIDE
5544 - venus: implement vn_debug_init_once with os_get_option