Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c305 enum pipe_format blit_src_format, blit_dst_format; in swizzled_copy() local
313 blit_src_format = get_canonical_format(pipe->screen, src->format); in swizzled_copy()
316 assert(blit_src_format != PIPE_FORMAT_NONE); in swizzled_copy()
319 src_desc = util_format_description(blit_src_format); in swizzled_copy()
334 blit_src_format = in swizzled_copy()
349 src, blit_src_format, src_level, src_box); in swizzled_copy()