Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c321 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_ycbcr_tex_instr() local
322 assert(deref_src_idx >= 0); in lower_ycbcr_tex_instr()
323 nir_deref_instr *deref = nir_src_as_deref(tex->src[deref_src_idx].src); in lower_ycbcr_tex_instr()