Searched refs:dst_cast_format (Results 1 – 1 of 1) sorted by relevance
2958 enum isl_format dst_cast_format = params.dst.view.format; in blorp_copy() local2967 if (isl_format_get_layout(dst_cast_format)->bpb % 3 == 0) in blorp_copy()2968 dst_cast_format = isl_format_rgb_to_rgba(dst_cast_format); in blorp_copy()2970 if (src_cast_format != dst_cast_format) { in blorp_copy()2973 key.dst_format = dst_cast_format; in blorp_copy()