Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_blit.c2419 const struct isl_format_layout *src_fmtl = in blorp_copy() local
2434 params.src.view.format = get_ccs_compatible_uint_format(src_fmtl); in blorp_copy()
2435 } else if (src_fmtl->bpb == dst_fmtl->bpb) { in blorp_copy()
2439 get_copy_format_for_bpb(isl_dev, src_fmtl->bpb); in blorp_copy()
2442 params.src.view.format = get_ccs_compatible_uint_format(src_fmtl); in blorp_copy()
2443 if (src_fmtl->bpb == dst_fmtl->bpb) { in blorp_copy()
2451 params.src.view.format = get_copy_format_for_bpb(isl_dev, src_fmtl->bpb); in blorp_copy()
2470 bitcast_color_value_to_uint(params.src.clear_color, src_fmtl); in blorp_copy()
2489 if (src_fmtl->bw > 1 || src_fmtl->bh > 1) { in blorp_copy()