Searched refs:i915_debug (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_debug.h50 extern unsigned i915_debug;
55 return i915_debug & flags;
H A Di915_context.c30 #include "i915_debug.h"
218 if (i915_debug & DBG_VBUF) {
H A Di915_debug.c28 #include "i915_debug.h"
49 unsigned i915_debug = 0; variable in typeref:typename:unsigned
51 DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", i915_debug_options, 0)
59 i915_debug = debug_get_option_i915_debug();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_debug.h48 extern unsigned i915_debug;
54 return i915_debug & flags;
H A DMakefile.sources9 i915_debug.c \
11 i915_debug.h \
H A Di915_debug.c31 #include "i915_debug.h"
48 unsigned i915_debug = 0; variable in typeref:typename:unsigned
50 DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0)
57 i915_debug = debug_get_option_i915_debug();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A DMakefile.sources12 i915_debug.h \

Completed in 6 milliseconds