Searched refs:nir_texop_txl (Results 1 – 12 of 12) sorted by relevance
58 tex->op = nir_texop_txl; in lower_tg4()
2304 case nir_texop_txl: opc = OPC_SAML; break; in emit_tex()
339 txl->op = nir_texop_txl; in replace_gradient_with_lod()833 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels || in nir_lower_tex_block()
1185 nir_texop_txl, /**< Texture look-up with explicit LOD */ enumerator1322 case nir_texop_txl: in nir_tex_instr_is_query()
691 case nir_texop_txl: in print_tex_instr()
1897 texop = nir_texop_txl; in vtn_handle_texture()2044 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf || in vtn_handle_texture()2050 vtn_assert(texop == nir_texop_txl); in vtn_handle_texture()2110 case nir_texop_txl: in vtn_handle_texture()
1230 op = nir_texop_txl; in ttn_tex()1234 op = nir_texop_txl; in ttn_tex()
542 op = nir_texop_txl; in ptn_tex()
2031 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
4709 case nir_texop_txl: in nir_emit_texture()
1968 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
2342 case nir_texop_txl: in build_tex_intrinsic()5062 if (lod && ((instr->op == nir_texop_txl && !lod_is_zero) || in visit_tex()