HomeSort by relevance Sort by last modified time
    Searched refs:debug_control (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/util/
debug.h 34 struct debug_control { struct
41 const struct debug_control *control);
debug.c 30 const struct debug_control *control)
  /external/mesa3d/src/broadcom/common/
v3d_debug.c 42 static const struct debug_control debug_control[] = { variable in typeref:struct:debug_control
76 V3D_DEBUG = parse_debug_string(getenv("V3D_DEBUG"), debug_control);
  /external/mesa3d/src/intel/common/
gen_debug.c 41 static const struct debug_control debug_control[] = { variable in typeref:struct:debug_control
109 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.c 38 static const struct debug_control debug_control[] = { variable in typeref:struct:debug_control
64 radeon_enabled_debug_types = parse_debug_string(getenv("RADEON_DEBUG"), debug_control);
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_amd64.h 195 uint64_t debug_control; member in struct:__anon22614
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 294 static const struct debug_control debug_control[] = { variable in typeref:struct:debug_control
521 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
  /external/mesa3d/src/intel/compiler/
brw_eu_compact.c 928 compact(debug_control);
1090 compact(debug_control);
    [all...]
brw_inst.h 175 F(debug_control, 30, 30)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 325 static const struct debug_control radv_debug_options[] = {
352 static const struct debug_control radv_perftest_options[] = {
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc 539 Swap(&context_amd64->debug_control);
    [all...]

Completed in 611 milliseconds