Home
last modified time | relevance | path

Searched refs:DEBUG_AUB (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_debug.c63 { "aub", DEBUG_AUB },
Dintel_debug.h57 #define DEBUG_AUB (1ull << 21) macro
Dbrw_state_batch.c147 if (unlikely(INTEL_DEBUG & (DEBUG_BATCH | DEBUG_AUB))) in __brw_state_batch()
Dintel_batchbuffer.c352 if (unlikely(INTEL_DEBUG & DEBUG_AUB)) in do_flush_locked()
Dintel_screen.c191 if (INTEL_DEBUG & DEBUG_AUB) { in intel_dri2_flush_with_flags()
1701 if (INTEL_DEBUG & DEBUG_AUB) in intelInitScreen2()
Dbrw_context.c1156 if (INTEL_DEBUG & DEBUG_AUB) { in intelDestroyContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c311 { "aub", DEBUG_AUB },
524 if (INTEL_DEBUG & DEBUG_AUB) in intelInitContext()
571 if (INTEL_DEBUG & DEBUG_AUB) { in intelDestroyContext()
Dintel_batchbuffer.c123 if (unlikely(INTEL_DEBUG & DEBUG_AUB) && intel->vtbl.annotate_aub) in do_flush_locked()
Dintel_context.h292 #define DEBUG_AUB 0x4000000 macro
Dintel_screen.c167 if (INTEL_DEBUG & DEBUG_AUB) { in intelDRI2Flush()