/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_tex.cpp | 249 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()
|
D | sfn_emittexinstruction.cpp | 63 case nir_texop_txl: in do_emit()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_errata_lod.c | 45 if (tex->op != nir_texop_txl) in nir_lod_errata_instr()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_int_cubemap_to_array.c | 45 case nir_texop_txl: in lower_int_cubmap_to_array_filter() 242 case nir_texop_txl: in lower_int_cubmap_to_array_impl()
|
D | d3d12_nir_lower_texcmp.c | 40 tex->op != nir_texop_txl && in lower_sample_tex_compare_filter()
|
D | d3d12_compiler.cpp | 969 case nir_texop_txl: in scan_texture_use()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tg4_to_tex.c | 46 tex->op = nir_texop_txl; in ir3_nir_lower_tg4_to_tex_instr()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 38 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/ |
D | nir_lower_tex.c | 255 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()
|
D | nir_print.c | 1067 case nir_texop_txl: in print_tex_instr()
|
D | nir.h | 2169 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/ |
D | etnaviv_compiler_nir_emit.c | 215 case nir_texop_txl: inst.opcode = INST_OPCODE_TEXLDL; break; in etna_emit_tex()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d40_tex.c | 376 } else if (instr->op == nir_texop_txl) { in v3d40_vir_emit_tex()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2543 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/ |
D | nir.c | 442 case nir_texop_txl: in ppir_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 212 case nir_texop_txl: in scan_instruction()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 530 op = nir_texop_txl; in ptn_tex()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 686 case nir_texop_txl: in emit_tex()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1356 op = nir_texop_txl; in ttn_tex() 1360 op = nir_texop_txl; in ttn_tex()
|
D | nir_to_tgsi.c | 2127 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/ |
D | spirv_to_nir.c | 2682 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/ |
D | agx_compile.c | 774 case nir_texop_txl: in agx_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 518 case nir_texop_txl: in getOperation() 2949 case nir_texop_txl: in visit()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1974 case nir_texop_txl: op = ir_txl; break; in ir_texture_opcode_for_nir_texop()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2344 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
|