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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c272 uint8_t ycbcr_bpcs[5]; local in function:anv_nir_lower_ycbcr_textures_instr
273 memset(ycbcr_bpcs, y_bpc, sizeof(ycbcr_bpcs));
296 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits;
318 swizzled_bpcs[i] = ycbcr_bpcs[i];
321 swizzled_bpcs[i] = ycbcr_bpcs[swizzle_mapping[m]];
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c386 uint8_t ycbcr_bpcs[5]; local in function:try_lower_tex_ycbcr
387 memset(ycbcr_bpcs, y_bpc, sizeof(ycbcr_bpcs));
410 ycbcr_bpcs[ycbcr_component] = isl_layout->channels_array[pc].bits;
432 swizzled_bpcs[i] = ycbcr_bpcs[i];
435 swizzled_bpcs[i] = ycbcr_bpcs[swizzle_mapping[m]];

Completed in 3 milliseconds