Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_debug.c39 static const struct debug_control debug_control[] = { variable
105 uint64_t intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable()
Dbrw_eu_compact.c925 compact(debug_control); in brw_try_compact_3src_instruction()
1003 compact(debug_control); in brw_try_compact_instruction()
1185 uncompact(debug_control); in brw_uncompact_3src_instruction()
1215 uncompact(debug_control); in brw_uncompact_instruction()
Dbrw_inst.h172 F(debug_control, 30, 30)
817 F(debug_control, 7, 7)
/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()
Dradeon_context.c345 debug_control ); in r100CreateContext()
/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
518 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in intelInitContext()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c287 static const struct debug_control radv_debug_options[] = {
/external/google-breakpad/src/processor/
Dminidump.cc539 Swap(&context_amd64->debug_control); in Read()