Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c107 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local
108 if (offset_index < 0) in lower_offset()
114 assert(tex->src[offset_index].src.is_ssa); in lower_offset()
116 nir_ssa_def *offset = tex->src[offset_index].src.ssa; in lower_offset()
146 nir_tex_instr_remove_src(tex, offset_index); in lower_offset()