/external/mesa3d/src/broadcom/common/ |
D | v3d_debug.c | 42 static const struct debug_control debug_control[] = { variable 82 V3D_DEBUG = parse_debug_string(getenv("V3D_DEBUG"), debug_control); in v3d_process_debug_variable_once()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_debug.c | 38 static const struct debug_control debug_control[] = { variable 68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_debug.c | 38 static const struct debug_control debug_control[] = { variable 68 RADEON_DEBUG = parse_debug_string(getenv("RADEON_DEBUG"), debug_control); in radeon_init_debug()
|
/external/mesa3d/src/util/ |
D | debug.h | 34 struct debug_control { struct 41 const struct debug_control *control); argument
|
D | debug.c | 31 const struct debug_control *control) in parse_debug_string()
|
/external/mesa3d/src/intel/dev/ |
D | gen_debug.c | 44 static const struct debug_control debug_control[] = { variable 120 intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in brw_process_intel_debug_variable_once()
|
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 75 unsigned debug_control:1; member
|
D | i965_gram.y | 292 options.debug_control); in i965_asm_set_instruction_options() 567 options->debug_control = BRW_DEBUG_BREAKPOINT; in add_instruction_option()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu_compact.c | 478 temp.dw0.debug_control = src->header.debug_control; in brw_try_compact_instruction() 568 dst->header.debug_control = src->dw0.debug_control; in brw_uncompact_instruction()
|
D | gen4asm.h | 95 unsigned debug_control:1; member
|
D | gen8_instruction.h | 114 F(debug_control, 30, 30)
|
D | brw_structs.h | 841 unsigned debug_control:1; member 1473 unsigned debug_control:1; /* 7- 7 */ member
|
D | gram.y | 611 options->debug_control = BRW_DEBUG_BREAKPOINT; in add_option() 3228 gen8_set_debug_control(GEN8(instr), options.debug_control); in set_instruction_options() 3237 GEN(instr)->header.debug_control = options.debug_control; in set_instruction_options()
|
D | brw_disasm.c | 1065 err |= control (file, "debug control", debug_ctrl, inst->header.debug_control, NULL); in brw_disasm()
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_cpu_amd64.h | 195 uint64_t debug_control; member
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 293 static const struct debug_control debug_control[] = { variable 519 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); in intelInitContext()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | RegisterContextMinidump_x86_64.h | 151 llvm::support::ulittle64_t debug_control; member
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_compact.c | 1383 compact(debug_control); in brw_try_compact_3src_instruction() 1391 compact(debug_control); in brw_try_compact_3src_instruction() 1696 compact(debug_control); in try_compact_instruction() 2002 uncompact(debug_control); in brw_uncompact_3src_instruction() 2014 uncompact(debug_control); in brw_uncompact_3src_instruction() 2052 uncompact(debug_control); in uncompact_instruction()
|
D | brw_inst.h | 298 F(debug_control, /* 4+ */ 30, 30, /* 12+ */ 30, 30) 1399 F(debug_control, /* 4+ */ 7, 7, /* 12+ */ 7, 7)
|
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 33 static const struct debug_control aco_debug_options[] = {
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 178 static const struct debug_control tu_debug_options[] = {
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 525 static const struct debug_control radv_debug_options[] = { 567 static const struct debug_control radv_perftest_options[] = {
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 565 Swap(&context_amd64->debug_control); in Read()
|