Searched refs:offset_index (Results 1 – 1 of 1) sorted by relevance
107 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset() local108 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()