Searched refs:for_dest (Results 1 – 1 of 1) sorted by relevance
64 blt_compute_img_config_bits(const struct blt_imginfo *img, bool for_dest) in blt_compute_img_config_bits() argument68 tiling_bits |= for_dest ? BLT_IMAGE_CONFIG_TO_SUPER_TILED : BLT_IMAGE_CONFIG_FROM_SUPER_TILED; in blt_compute_img_config_bits()75 COND(for_dest, BLT_IMAGE_CONFIG_UNK22) | in blt_compute_img_config_bits()84 blt_compute_swizzle_bits(const struct blt_imginfo *img, bool for_dest) in blt_compute_swizzle_bits() argument90 return for_dest ? (swiz << 12) : swiz; in blt_compute_swizzle_bits()