Searched refs:src_fmtl (Results 1 – 1 of 1) sorted by relevance
874 const struct isl_format_layout *src_fmtl = in bit_cast_color() local880 assert(src_fmtl->bpb == dst_fmtl->bpb); in bit_cast_color()882 if (src_fmtl->bpb <= 32) { in bit_cast_color()883 assert(src_fmtl->channels.r.type == ISL_UINT || in bit_cast_color()884 src_fmtl->channels.r.type == ISL_UNORM); in bit_cast_color()890 if (src_fmtl->channels_array[c].bits == 0) in bit_cast_color()893 const unsigned chan_start_bit = src_fmtl->channels_array[c].start_bit; in bit_cast_color()894 const unsigned chan_bits = src_fmtl->channels_array[c].bits; in bit_cast_color()897 if (src_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()921 assert(src_fmtl->channels.r.type == ISL_UINT); in bit_cast_color()[all …]