Searched refs:canon_desc (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c413 const struct util_format_description *canon_desc, *noncanon_desc; local in function:handle_complex_copy
421 canon_desc = util_format_description(canon_format);
424 src_is_canon = same_size_and_swizzle(src_desc, canon_desc);
425 dst_is_canon = same_size_and_swizzle(dst_desc, canon_desc);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c413 const struct util_format_description *canon_desc, *noncanon_desc; local in function:handle_complex_copy
421 canon_desc = util_format_description(canon_format);
424 src_is_canon = same_size_and_swizzle(src_desc, canon_desc);
425 dst_is_canon = same_size_and_swizzle(dst_desc, canon_desc);

Completed in 14 milliseconds