Home
last modified time | relevance | path

Searched refs:DEBUG_DRI (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_debug.c56 { "dri", DEBUG_DRI },
Dintel_debug.h50 #define DEBUG_DRI (1ull << 14) macro
Dbrw_context.c1410 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) in intel_update_dri2_buffers()
1463 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) in intel_update_renderbuffers()
1635 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) { in intel_process_dri2_buffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c207 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) in intel_update_renderbuffers()
308 { "dri", DEBUG_DRI },
782 if (unlikely(INTEL_DEBUG & DEBUG_DRI)) { in intel_process_dri2_buffer()
Dintel_context.h289 #define DEBUG_DRI 0x10000 macro