OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i915_debug
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.h
48
extern unsigned
i915_debug
;
54
return
i915_debug
& flags;
i915_debug.c
31
#include "
i915_debug
.h"
48
unsigned
i915_debug
= 0;
variable
50
DEBUG_GET_ONCE_FLAGS_OPTION(
i915_debug
, "
I915_DEBUG
", debug_options, 0)
57
i915_debug
= debug_get_option_i915_debug();
/external/mesa3d/src/gallium/drivers/i915/
i915_debug.h
48
extern unsigned
i915_debug
;
54
return
i915_debug
& flags;
i915_debug.c
31
#include "
i915_debug
.h"
48
unsigned
i915_debug
= 0;
variable
50
DEBUG_GET_ONCE_FLAGS_OPTION(
i915_debug
, "
I915_DEBUG
", debug_options, 0)
57
i915_debug
= debug_get_option_i915_debug();
Completed in 62 milliseconds