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