Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_debug.c38 static const struct debug_control debug_control[] = { variable
68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_debug.c38 static const struct debug_control debug_control[] = { variable
68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
/third_party/mesa3d/src/util/
Ddebug.h34 struct debug_control { struct
41 const struct debug_control *control); argument
Ddebug.c31 const struct debug_control *control) in parse_debug_string()
/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.c42 static const struct debug_named_value debug_control[] = { variable
94 DEBUG_GET_ONCE_FLAGS_OPTION(v3d_debug, "V3D_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/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/virtio/vulkan/
Dvn_common.c20 static const struct debug_control vn_debug_options[] = {
/third_party/mesa3d/src/intel/common/
Dintel_measure.c46 static const struct debug_control debug_control[] = { variable
68 config.flags = parse_debug_string(env, debug_control); in intel_measure_init()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c295 static const struct debug_control debug_control[] = { variable
521 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in intelInitContext()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1528 compact(debug_control); in brw_try_compact_3src_instruction()
1536 compact(debug_control); in brw_try_compact_3src_instruction()
1841 compact(debug_control); in try_compact_instruction()
2173 uncompact(debug_control); in brw_uncompact_3src_instruction()
2185 uncompact(debug_control); in brw_uncompact_3src_instruction()
2223 uncompact(debug_control); in uncompact_instruction()
Dbrw_inst.h298 F(debug_control, /* 4+ */ 30, 30, /* 12+ */ 30, 30)
1403 F(debug_control, /* 4+ */ 7, 7, /* 12+ */ 7, 7)
/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.c113 static const struct debug_control panvk_debug_options[] = {
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c309 static const struct debug_control tu_debug_options[] = {
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c821 static const struct debug_control radv_debug_options[] = {
867 static const struct debug_control radv_perftest_options[] = {{"localbos", RADV_PERFTEST_LOCAL_BOS},