Home
last modified time | relevance | path

Searched refs:parse_debug_string (Results 1 – 11 of 11) sorted by relevance

/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/util/
Ddebug.h40 parse_debug_string(const char *debug,
Ddebug.c30 parse_debug_string(const char *debug, in parse_debug_string() function
/third_party/mesa3d/src/intel/dev/
Dintel_debug.c128 intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable_once()
/third_party/mesa3d/src/intel/common/
Dintel_measure.c72 config.flags = parse_debug_string(env_copy, debug_control); in intel_measure_init()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp53 debug_flags = parse_debug_string(getenv("ACO_DEBUG"), aco_debug_options); in init_once()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c205 instance->debug_flags = parse_debug_string(getenv("PANVK_DEBUG"), in panvk_CreateInstance()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c71 WSI_DEBUG = parse_debug_string(getenv("MESA_VK_WSI_DEBUG"), debug_control); in wsi_device_init()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c438 parse_debug_string(os_get_option("TU_DEBUG"), tu_debug_options); in tu_CreateInstance()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c202 parse_debug_string(getenv("DZN_DEBUG"), dzn_debug_options); in dzn_instance_create()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1126 instance->debug_flags = parse_debug_string(getenv("RADV_DEBUG"), radv_debug_options); in radv_CreateInstance()
1127 instance->perftest_flags = parse_debug_string(getenv("RADV_PERFTEST"), radv_perftest_options); in radv_CreateInstance()