Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/common/
Dv3d_debug.c42 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/
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()
/external/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()
/external/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()
/external/mesa3d/src/intel/dev/
Dgen_debug.c44 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/
Di965_asm.h75 unsigned debug_control:1; member
Di965_gram.y292 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/
Dbrw_eu_compact.c478 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()
Dgen4asm.h95 unsigned debug_control:1; member
Dgen8_instruction.h114 F(debug_control, 30, 30)
Dbrw_structs.h841 unsigned debug_control:1; member
1473 unsigned debug_control:1; /* 7- 7 */ member
Dgram.y611 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()
Dbrw_disasm.c1065 err |= control (file, "debug control", debug_ctrl, inst->header.debug_control, NULL); in brw_disasm()
/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.c293 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/
DRegisterContextMinidump_x86_64.h151 llvm::support::ulittle64_t debug_control; member
/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1383 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()
Dbrw_inst.h298 F(debug_control, /* 4+ */ 30, 30, /* 12+ */ 30, 30)
1399 F(debug_control, /* 4+ */ 7, 7, /* 12+ */ 7, 7)
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp33 static const struct debug_control aco_debug_options[] = {
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c178 static const struct debug_control tu_debug_options[] = {
/external/mesa3d/src/amd/vulkan/
Dradv_device.c525 static const struct debug_control radv_debug_options[] = {
567 static const struct debug_control radv_perftest_options[] = {
/external/google-breakpad/src/processor/
Dminidump.cc565 Swap(&context_amd64->debug_control); in Read()