Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_ycbcr_textures.c379 uint8_t ycbcr_bpcs[5]; in try_lower_tex_ycbcr() local
380 memset(ycbcr_bpcs, y_bpc, sizeof(ycbcr_bpcs)); in try_lower_tex_ycbcr()
403 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits; in try_lower_tex_ycbcr()
425 swizzled_bpcs[i] = ycbcr_bpcs[i]; in try_lower_tex_ycbcr()
428 swizzled_bpcs[i] = ycbcr_bpcs[swizzle_mapping[m]]; in try_lower_tex_ycbcr()