Home
last modified time | relevance | path

Searched refs:debug_control (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/util/
Ddebug.h34 struct debug_control { struct
41 const struct debug_control *control); argument
45 const struct debug_control *control);
Ddebug.c31 const struct debug_control *control) in parse_debug_string()
59 const struct debug_control *control) in parse_enable_string()
/third_party/mesa3d/src/imagination/common/
Dpvr_debug.c31 static const struct debug_named_value debug_control[] = { variable
39 DEBUG_GET_ONCE_FLAGS_OPTION(pvr_debug, "PVR_DEBUG", debug_control, 0)
/third_party/mesa3d/src/intel/dev/
Dintel_debug.c44 static const struct debug_control debug_control[] = { variable
128 intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable_once()
/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.c42 static const struct debug_named_value debug_control[] = { variable
104 DEBUG_GET_ONCE_FLAGS_OPTION(v3d_debug, "V3D_DEBUG", debug_control, 0)
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.c24 static const struct debug_control vn_debug_options[] = {
33 static const struct debug_control vn_perf_options[] = {
/third_party/mesa3d/src/intel/common/
Dintel_measure.c46 static const struct debug_control debug_control[] = { variable
72 config.flags = parse_debug_string(env_copy, debug_control); in intel_measure_init()
/third_party/mesa3d/src/intel/tools/
Di965_asm.h74 unsigned debug_control:1; member
Di965_gram.y302 options.debug_control); in i965_asm_set_instruction_options()
577 options->debug_control = BRW_DEBUG_BREAKPOINT; in add_instruction_option()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1530 compact(debug_control); in brw_try_compact_3src_instruction()
1538 compact(debug_control); in brw_try_compact_3src_instruction()
1869 compact(debug_control); in try_compact_instruction()
2201 uncompact(debug_control); in brw_uncompact_3src_instruction()
2213 uncompact(debug_control); in brw_uncompact_3src_instruction()
2251 uncompact(debug_control); in uncompact_instruction()
Dbrw_inst.h299 F(debug_control, /* 4+ */ 30, 30, /* 12+ */ 30, 30)
1405 F(debug_control, /* 4+ */ 7, 7, /* 12+ */ 7, 7)
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c51 static const struct debug_control debug_control[] = { variable
71 WSI_DEBUG = parse_debug_string(getenv("MESA_VK_WSI_DEBUG"), debug_control); in wsi_device_init()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp37 static const struct debug_control aco_debug_options[] = {{"validateir", DEBUG_VALIDATE_IR},
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c115 static const struct debug_control panvk_debug_options[] = {
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c122 static const struct debug_control dzn_debug_options[] = {
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c343 static const struct debug_control tu_debug_options[] = {
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c946 static const struct debug_control radv_debug_options[] = {
995 static const struct debug_control radv_perftest_options[] = {{"localbos", RADV_PERFTEST_LOCAL_BOS},