Searched refs:BLT_DEPTH_32 (Results 1 – 2 of 2) sorted by relevance
194 *cs++ = src_4t | dst_4t | BLT_DEPTH_32 | dst_pitch; in prepare_blit()240 *cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | dst_pitch; in prepare_blit()
278 #define BLT_DEPTH_32 (3<<24) macro