Home
last modified time | relevance | path

Searched refs:DEBUG_BLIT (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_clear.c41 #define FILE_DEBUG_FLAG DEBUG_BLIT
67 if (unlikely(INTEL_DEBUG & DEBUG_BLIT)) { in debug_mask()
Dintel_context.h268 #define DEBUG_BLIT 0x8 macro
Dintel_blit.c44 #define FILE_DEBUG_FLAG DEBUG_BLIT
Dintel_context.c296 { "blit", DEBUG_BLIT},
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c40 #define FILE_DEBUG_FLAG DEBUG_BLIT
66 if (INTEL_DEBUG & DEBUG_BLIT) { in debug_mask()
Dintel_blit.c40 #define FILE_DEBUG_FLAG DEBUG_BLIT
/external/mesa3d/src/intel/dev/
Dgen_debug.h49 #define DEBUG_BLIT (1ull << 2) macro
Dgen_debug.c47 { "blit", DEBUG_BLIT},
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c153 #define DEBUG_BLIT 0 macro
318 if (DEBUG_BLIT) { in emit_blit_buffer()
637 if (DEBUG_BLIT) { in emit_blit_texture()
754 if (DEBUG_BLIT) { in fd6_clear_surface()
878 if (DEBUG_BLIT) { in handle_zs_blit()
945 if (DEBUG_BLIT) { in handle_compressed_blit()
/external/mesa3d/src/mesa/main/
Dblit.c45 #define DEBUG_BLIT 0 macro
520 if (DEBUG_BLIT) { in blit_framebuffer()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c38 #define FILE_DEBUG_FLAG DEBUG_BLIT