Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_builder_blt.h157 int dst_align = 4, dst_pitch_shift = 0; in gen6_XY_COLOR_BLT() local
178 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() local
282 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()