Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c264 uint8_t y_bpc = y_isl_layout->channels_array[0].bits; in anv_nir_lower_ycbcr_textures_instr()
296 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits; in anv_nir_lower_ycbcr_textures_instr()
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c891 if (src_fmtl->channels_array[c].bits == 0) in bit_cast_color()
894 const unsigned chan_start_bit = src_fmtl->channels_array[c].start_bit; in bit_cast_color()
895 const unsigned chan_bits = src_fmtl->channels_array[c].bits; in bit_cast_color()
898 if (src_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
906 if (dst_fmtl->channels_array[c].bits == 0) { in bit_cast_color()
911 const unsigned chan_start_bit = dst_fmtl->channels_array[c].start_bit; in bit_cast_color()
912 const unsigned chan_bits = dst_fmtl->channels_array[c].bits; in bit_cast_color()
916 if (dst_fmtl->channels_array[c].type == ISL_UNORM) in bit_cast_color()
/third_party/mesa3d/src/intel/isl/
Disl.h1332 struct isl_channel_layout channels_array[7]; member