Searched refs:BLT_DEPTH_32 (Results 1 – 2 of 2) sorted by relevance
1750 intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_COLOR_COPY | 4096); in i830_dispatch_execbuffer()1770 intel_ring_emit(ring, BLT_DEPTH_32 | BLT_ROP_SRC_COPY | 4096); in i830_dispatch_execbuffer()
403 #define BLT_DEPTH_32 (3<<24) macro