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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c266 /* |ycbcr_comp| holds components in the order : Cr-Y-Cb */
270 nir_ssa_def *ycbcr_comp[5] = { zero, zero, zero, one, zero }; local in function:anv_nir_lower_ycbcr_textures_instr
275 /* Go through all the planes and gather the samples into a |ycbcr_comp|
291 ycbcr_comp[ycbcr_component] = nir_channel(builder, plane_sample, pc);
305 /* Maps to components in |ycbcr_comp| */
317 swizzled_comp[i] = ycbcr_comp[i];
320 swizzled_comp[i] = ycbcr_comp[swizzle_mapping[m]];
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c380 /* |ycbcr_comp| holds components in the order : Cr-Y-Cb */
384 nir_ssa_def *ycbcr_comp[5] = { zero, zero, zero, one, zero }; local in function:try_lower_tex_ycbcr
389 /* Go through all the planes and gather the samples into a |ycbcr_comp|
405 ycbcr_comp[ycbcr_component] = nir_channel(builder, plane_sample, pc);
419 /* Maps to components in |ycbcr_comp| */
431 swizzled_comp[i] = ycbcr_comp[i];
434 swizzled_comp[i] = ycbcr_comp[swizzle_mapping[m]];

Completed in 3 milliseconds