Searched refs:for_dest (Results 1 – 1 of 1) sorted by relevance
77 blt_compute_img_config_bits(const struct blt_imginfo *img, bool for_dest) in blt_compute_img_config_bits() argument81 tiling_bits |= for_dest ? BLT_IMAGE_CONFIG_TO_SUPER_TILED : BLT_IMAGE_CONFIG_FROM_SUPER_TILED; in blt_compute_img_config_bits()88 COND(for_dest, BLT_IMAGE_CONFIG_UNK22) | in blt_compute_img_config_bits()97 blt_compute_swizzle_bits(const struct blt_imginfo *img, bool for_dest) in blt_compute_swizzle_bits() argument103 return for_dest ? (swiz << 12) : swiz; in blt_compute_swizzle_bits()