Searched refs:noncanon_format (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 405 enum pipe_format noncanon_format, in handle_complex_copy() argument 420 noncanon_desc = util_format_description(noncanon_format); in handle_complex_copy() 430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 431 noncanon_format, src_level, src_box); in handle_complex_copy() 438 noncanon_format, src_level, src_box); in handle_complex_copy() 452 blit(pipe, temp, canon_format, 0, 0, 0, 0, src, noncanon_format, in handle_complex_copy() 463 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy() 478 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp, in handle_complex_copy()
|