Searched refs:dst_align (Results 1 – 1 of 1) sorted by relevance
157 int dst_align = 4, dst_pitch_shift = 0; in gen6_XY_COLOR_BLT() local178 dst_align = (dst->tiling == GEN6_TILING_Y) ? 128 : 512; in gen6_XY_COLOR_BLT()183 assert(dst->offset % dst_align == 0 && dst->pitch % dst_align == 0); in gen6_XY_COLOR_BLT()260 int dst_align = 4, dst_pitch_shift = 0; in gen6_XY_SRC_COPY_BLT() local282 dst_align = (dst->tiling == GEN6_TILING_Y) ? 128 : 512; in gen6_XY_SRC_COPY_BLT()296 assert(dst->offset % dst_align == 0 && dst->pitch % dst_align == 0); in gen6_XY_SRC_COPY_BLT()