HomeSort by relevance Sort by last modified time
    Searched defs:INTEL_DEBUG (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_debug.c 26 * \file intel_debug.c
28 * Support for the INTEL_DEBUG environment variable, along with other
33 #include "intel_debug.h"
37 uint64_t INTEL_DEBUG = 0;
105 uint64_t intel_debug = parse_debug_string(getenv("INTEL_DEBUG"), debug_control); local
106 (void) p_atomic_cmpxchg(&INTEL_DEBUG, 0, intel_debug);
  /external/mesa3d/src/intel/tools/
disasm.c 32 uint64_t INTEL_DEBUG;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 62 int INTEL_DEBUG = (0);
207 if (unlikely(INTEL_DEBUG & DEBUG_DRI))
518 INTEL_DEBUG = parse_debug_string(getenv("INTEL_DEBUG"), debug_control);
519 if (INTEL_DEBUG & DEBUG_BUFMGR)
521 if (INTEL_DEBUG & DEBUG_PERF)
524 if (INTEL_DEBUG & DEBUG_AUB)
571 if (INTEL_DEBUG & DEBUG_AUB) {
782 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) {
intel_screen.h 127 #define INTEL_DEBUG old_INTEL_DEBUG

Completed in 79 milliseconds