Searched refs:noncanon_format (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 418 enum pipe_format noncanon_format, in handle_complex_copy() argument 433 noncanon_desc = util_format_description(noncanon_format); in handle_complex_copy() 443 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 444 noncanon_format, src_level, src_box); in handle_complex_copy() 451 noncanon_format, src_level, src_box); in handle_complex_copy() 465 blit(pipe, temp, canon_format, 0, 0, 0, 0, src, noncanon_format, in handle_complex_copy() 476 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 491 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp, in handle_complex_copy()
|