Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c302 enum pipe_format blit_src_format, blit_dst_format; in swizzled_copy() local
311 blit_dst_format = get_canonical_format(pipe->screen, dst->format); in swizzled_copy()
314 assert(blit_dst_format != PIPE_FORMAT_NONE); in swizzled_copy()
317 dst_desc = util_format_description(blit_dst_format); in swizzled_copy()
338 blit_dst_format = in swizzled_copy()
345 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz, in swizzled_copy()