Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp249 assert(tex->op == nir_texop_txb || tex->op == nir_texop_txl); in lower_txl_txf_array_or_cube()
315 (tex->op == nir_texop_txl || tex->op == nir_texop_txb) && in r600_nir_lower_txl_txf_array_or_cube_impl()
349 case nir_texop_txl: in r600_nir_lower_cube_to_2darray_filer()
Dsfn_emittexinstruction.cpp63 case nir_texop_txl: in do_emit()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_errata_lod.c45 if (tex->op != nir_texop_txl) in nir_lod_errata_instr()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c45 case nir_texop_txl: in lower_int_cubmap_to_array_filter()
242 case nir_texop_txl: in lower_int_cubmap_to_array_impl()
Dd3d12_nir_lower_texcmp.c40 tex->op != nir_texop_txl && in lower_sample_tex_compare_filter()
Dd3d12_compiler.cpp969 case nir_texop_txl: in scan_texture_use()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c46 tex->op = nir_texop_txl; in ir3_nir_lower_tg4_to_tex_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c38 tex->op != nir_texop_txl && in lower_sample_to_txf_for_integer_tex_filter()
339 if (unlikely(tex->op == nir_texop_txl)) { in evalute_active_lod()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c255 tex->op = nir_texop_txl; in lower_lod()
548 tex->op = nir_texop_txl; in replace_gradient_with_lod()
800 txl->op = nir_texop_txl; in lower_txb_to_txl()
1429 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels)) { in nir_lower_tex_block()
Dnir_print.c1067 case nir_texop_txl: in print_tex_instr()
Dnir.h2169 nir_texop_txl, /**< Texture look-up with explicit LOD */ enumerator
2399 case nir_texop_txl: in nir_tex_instr_is_query()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c215 case nir_texop_txl: inst.opcode = INST_OPCODE_TEXLDL; break; in etna_emit_tex()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c376 } else if (instr->op == nir_texop_txl) { in v3d40_vir_emit_tex()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2543 case nir_texop_txl: in bi_tex_op()
2815 if (instr->op != nir_texop_tex && instr->op != nir_texop_txl) in bi_is_simple_tex()
2833 if (instr->op == nir_texop_txl) in bi_is_simple_tex()
2870 case nir_texop_txl: in bi_emit_tex()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c442 case nir_texop_txl: in ppir_emit_tex()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c212 case nir_texop_txl: in scan_instruction()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c530 op = nir_texop_txl; in ptn_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c686 case nir_texop_txl: in emit_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1356 op = nir_texop_txl; in ttn_tex()
1360 op = nir_texop_txl; in ttn_tex()
Dnir_to_tgsi.c2127 case nir_texop_txl: in ntt_emit_texture()
2844 if (!nir_shader_supports_implicit_lod(b->shader) && tex->op == nir_texop_txl) { in nir_to_tgsi_lower_tex_instr()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2682 texop = nir_texop_txl; in vtn_handle_texture()
2745 case nir_texop_txl: in vtn_handle_texture()
2932 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf || in vtn_handle_texture()
2940 vtn_assert(texop == nir_texop_txl); in vtn_handle_texture()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c774 case nir_texop_txl: in agx_emit_tex()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp518 case nir_texop_txl: in getOperation()
2949 case nir_texop_txl: in visit()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1974 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2344 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()

12