Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1598 const struct isl_format_layout *dst_fmtl = in fake_dest_rgb_with_red() local
1601 if (dst_fmtl->bpb % 3 == 0) { in fake_dest_rgb_with_red()
2421 const struct isl_format_layout *dst_fmtl = in blorp_copy() local
2432 params.dst.view.format = get_ccs_compatible_uint_format(dst_fmtl); in blorp_copy()
2435 } else if (src_fmtl->bpb == dst_fmtl->bpb) { in blorp_copy()
2443 if (src_fmtl->bpb == dst_fmtl->bpb) { in blorp_copy()
2447 get_copy_format_for_bpb(isl_dev, dst_fmtl->bpb); in blorp_copy()
2450 params.dst.view.format = get_copy_format_for_bpb(isl_dev, dst_fmtl->bpb); in blorp_copy()
2481 bitcast_color_value_to_uint(params.dst.clear_color, dst_fmtl); in blorp_copy()
2496 if (dst_fmtl->bw > 1 || dst_fmtl->bh > 1) { in blorp_copy()