Home
last modified time | relevance | path

Searched refs:canon_format (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c406 enum pipe_format canon_format) in handle_complex_copy() argument
419 canon_desc = util_format_description(canon_format); in handle_complex_copy()
437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
445 temp = create_texture(pipe->screen, canon_format, src->nr_samples, in handle_complex_copy()
452 blit(pipe, temp, canon_format, 0, 0, 0, 0, src, noncanon_format, in handle_complex_copy()
464 canon_format, src_level, src_box); in handle_complex_copy()
470 temp = create_texture(pipe->screen, canon_format, dst->nr_samples, in handle_complex_copy()
479 canon_format, 0, &temp_box); in handle_complex_copy()