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

  /toolchain/binutils/binutils-2.25/gold/
debug.h 52 debug_options[] = local
64 for (size_t i = 0; i < sizeof(debug_options) / sizeof(*debug_options); ++i)
65 if (strstr(arg, debug_options[i].name))
66 retval |= debug_options[i].value;
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 29 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
59 screen->debug = debug_get_flags_option("RADEON_DEBUG", debug_options, 0);
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 38 static const struct debug_named_value debug_options[] = { variable in typeref:struct:debug_named_value
50 DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0)

Completed in 143 milliseconds