Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2727 int tex_offset_src = nir_tex_instr_src_index(instr, nir_tex_src_offset); in ntt_emit_texture() local
2728 if (tex_offset_src >= 0) { in ntt_emit_texture()
2729 struct ureg_src offset = ntt_get_src(c, instr->src[tex_offset_src].src); in ntt_emit_texture()