Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/common/
Dv3d_debug.c42 static const struct debug_control debug_control[] = { variable
76 V3D_DEBUG = parse_debug_string(getenv("V3D_DEBUG"), debug_control); in v3d_process_debug_variable_once()
/external/mesa3d/src/intel/common/
Dgen_debug.c41 static const struct debug_control debug_control[] = { variable
109 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable_once()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_debug.c38 static const struct debug_control debug_control[] = { variable
64 radeon_enabled_debug_types = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_debug.c38 static const struct debug_control debug_control[] = { variable
64 radeon_enabled_debug_types = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
/external/mesa3d/src/util/
Ddebug.h34 struct debug_control { struct
41 const struct debug_control *control); argument
Ddebug.c30 const struct debug_control *control) in parse_debug_string()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_amd64.h195 uint64_t debug_control; member
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c294 static const struct debug_control debug_control[] = { variable
521 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in intelInitContext()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c928 compact(debug_control); in brw_try_compact_3src_instruction()
1090 compact(debug_control); in brw_try_compact_instruction()
1274 uncompact(debug_control); in brw_uncompact_3src_instruction()
1305 uncompact(debug_control); in brw_uncompact_instruction()
Dbrw_inst.h175 F(debug_control, 30, 30)
999 F(debug_control, 7, 7)
/external/mesa3d/src/amd/vulkan/
Dradv_device.c325 static const struct debug_control radv_debug_options[] = {
352 static const struct debug_control radv_perftest_options[] = {
/external/google-breakpad/src/processor/
Dminidump.cc539 Swap(&context_amd64->debug_control); in Read()