Searched refs:channels_array (Results 1 – 3 of 3) sorted by relevance
257 uint8_t y_bpc = y_isl_layout->channels_array[0].bits; in try_lower_tex_ycbcr()289 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits; in try_lower_tex_ycbcr()
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()905 if (dst_fmtl->channels_array[c].bits == 0) { in bit_cast_color()910 const unsigned chan_start_bit = dst_fmtl->channels_array[c].start_bit; in bit_cast_color()911 const unsigned chan_bits = dst_fmtl->channels_array[c].bits; in bit_cast_color()915 if (dst_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
1133 struct isl_channel_layout channels_array[7]; member