Home
last modified time | relevance | path

Searched refs:DEBUG_URB (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c192 if (unlikely(INTEL_DEBUG & (DEBUG_URB|DEBUG_PERF))) in brw_calculate_urb_fence()
197 if (unlikely(INTEL_DEBUG & DEBUG_URB)) in brw_calculate_urb_fence()
/external/mesa3d/src/intel/common/
Dgen_debug.h62 #define DEBUG_URB (1ull << 18) macro
Dgen_debug.c62 { "urb", DEBUG_URB },