Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c408 nir_def *swizzled_comp[4] = { NULL, }; in lower_ycbcr_tex_instr() local
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()
432 nir_def *result = nir_vec(b, swizzled_comp, 4); in lower_ycbcr_tex_instr()