Searched refs:dst_is_compressed (Results 1 – 1 of 1) sorted by relevance
551 bool dst_is_compressed = dst_image && _mesa_is_format_compressed(dst_image->TexFormat); in fallback_copy_image() local558 if (src_is_compressed && !dst_is_compressed) { in fallback_copy_image()561 } else if (!src_is_compressed && dst_is_compressed) { in fallback_copy_image()