Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c58 tex->op = nir_texop_txl; in lower_tg4()
Dir3_compiler_nir.c2304 case nir_texop_txl: opc = OPC_SAML; break; in emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c339 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()
Dnir.h1185 nir_texop_txl, /**< Texture look-up with explicit LOD */ enumerator
1322 case nir_texop_txl: in nir_tex_instr_is_query()
Dnir_print.c691 case nir_texop_txl: in print_tex_instr()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1897 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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1230 op = nir_texop_txl; in ttn_tex()
1234 op = nir_texop_txl; in ttn_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c542 op = nir_texop_txl; in ptn_tex()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2031 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
Dbrw_fs_nir.cpp4709 case nir_texop_txl: in nir_emit_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1968 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2342 case nir_texop_txl: in build_tex_intrinsic()
5062 if (lod && ((instr->op == nir_texop_txl && !lod_is_zero) || in visit_tex()