Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c369 nir_def *ycbcr_comp[5] = { zero, zero, zero, one, zero }; in lower_ycbcr_tex_instr() local
398 ycbcr_comp[ycbcr_component] = nir_channel(b, plane_sample, pc); in lower_ycbcr_tex_instr()
424 swizzled_comp[i] = ycbcr_comp[i]; in lower_ycbcr_tex_instr()
427 swizzled_comp[i] = ycbcr_comp[swizzle_mapping[m]]; in lower_ycbcr_tex_instr()