/third_party/mesa3d/src/util/ |
D | debug.h | 34 struct debug_control { struct 41 const struct debug_control *control); argument 45 const struct debug_control *control);
|
D | debug.c | 31 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/ |
D | pvr_debug.c | 31 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/ |
D | intel_debug.c | 44 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/ |
D | v3d_debug.c | 42 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/ |
D | vn_common.c | 24 static const struct debug_control vn_debug_options[] = { 33 static const struct debug_control vn_perf_options[] = {
|
/third_party/mesa3d/src/intel/common/ |
D | intel_measure.c | 46 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/ |
D | i965_asm.h | 74 unsigned debug_control:1; member
|
D | i965_gram.y | 302 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/ |
D | brw_eu_compact.c | 1530 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()
|
D | brw_inst.h | 299 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/ |
D | wsi_common.c | 51 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/ |
D | aco_ir.cpp | 37 static const struct debug_control aco_debug_options[] = {{"validateir", DEBUG_VALIDATE_IR},
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 115 static const struct debug_control panvk_debug_options[] = {
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 122 static const struct debug_control dzn_debug_options[] = {
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 343 static const struct debug_control tu_debug_options[] = {
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 946 static const struct debug_control radv_debug_options[] = { 995 static const struct debug_control radv_perftest_options[] = {{"localbos", RADV_PERFTEST_LOCAL_BOS},
|