Searched refs:canon_desc (Results 1 – 1 of 1) sorted by relevance
411 const struct util_format_description *canon_desc, *noncanon_desc; in handle_complex_copy() local419 canon_desc = util_format_description(canon_format); in handle_complex_copy()422 src_is_canon = same_size_and_swizzle(src_desc, canon_desc); in handle_complex_copy()423 dst_is_canon = same_size_and_swizzle(dst_desc, canon_desc); in handle_complex_copy()