/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tex.cpp | 142 assert(tex->op == nir_texop_txb || tex->op == nir_texop_txl); in lower_txl_txf_array_or_cube() 208 (tex->op == nir_texop_txl || tex->op == nir_texop_txb) && in r600_nir_lower_txl_txf_array_or_cube_impl() 242 case nir_texop_txl: in r600_nir_lower_cube_to_2darray_filer()
|
D | sfn_instr_tex.cpp | 341 case nir_texop_txl: in from_nir() 916 if (tex->op == nir_texop_txl || tex->op == nir_texop_txb) { in prepare_source() 918 src[3] = tex->op == nir_texop_txl ? inputs.lod : inputs.bias; in prepare_source() 1029 case nir_texop_txl: in get_opcode()
|
/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/compiler/nir/ |
D | nir_lower_tex_shadow.c | 40 tex->op != nir_texop_txl && in nir_lower_tex_shadow_filter()
|
D | nir_lower_mediump.c | 660 tex->op != nir_texop_txl && in fold_16bit_tex_dest() 683 tex->op != nir_texop_txl && in fold_16bit_tex_srcs()
|
D | nir_lower_tex.c | 281 tex->op = nir_texop_txl; in lower_lod() 587 tex->op = nir_texop_txl; in replace_gradient_with_lod() 842 txl->op = nir_texop_txl; in lower_txb_to_txl() 1542 tex->op == nir_texop_txl || tex->op == nir_texop_query_levels)) { in nir_lower_tex_block()
|
D | nir_print.c | 1202 case nir_texop_txl: in print_tex_instr()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_lower_cubemap_to_array.c | 64 case nir_texop_txl: in lower_cubemap_to_array_filter() 420 txl->op = nir_texop_txl; in lower_tex_to_txl() 502 case nir_texop_txl: in lower_cubemap_to_array_tex()
|
/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()
|
D | dxil_nir_lower_int_cubemaps.c | 103 case nir_texop_txl: in lower_int_cubmap_to_array_filter() 518 case nir_texop_txl: in lower_int_cubemap_to_array_tex()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 216 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 | 3345 case nir_texop_txl: in bi_tex_op() 3611 (instr->op == nir_texop_txl) || in bi_emit_tex_valhall() 3734 case nir_texop_txl: in bi_emit_tex_valhall() 3796 if (instr->op != nir_texop_tex && instr->op != nir_texop_txl) in bi_is_simple_tex() 3814 if (instr->op == nir_texop_txl) in bi_is_simple_tex() 3851 case nir_texop_txl: in bi_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 402 case nir_texop_txl: in scan_instruction()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 880 case nir_texop_txl: return AGX_LOD_MODE_LOD_MIN; in agx_lod_mode_for_nir() 890 case nir_texop_txl: in agx_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 457 case nir_texop_txl: in ppir_emit_tex()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 532 op = nir_texop_txl; in ptn_tex()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 689 case nir_texop_txl: in emit_tex()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2740 texop = nir_texop_txl; in vtn_handle_texture() 2803 case nir_texop_txl: in vtn_handle_texture() 2989 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf || in vtn_handle_texture() 2997 vtn_assert(texop == nir_texop_txl); in vtn_handle_texture()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1358 op = nir_texop_txl; in ttn_tex() 1362 op = nir_texop_txl; in ttn_tex()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 1301 case nir_texop_txl: in scan_texture_use()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 515 case nir_texop_txl: in getOperation() 2990 case nir_texop_txl: in visit()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blitter.c | 581 tex->op = nir_texop_txl; in pan_blitter_get_blit_shader()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2098 case nir_texop_txl: opcode = SHADER_OPCODE_TXL; break; in nir_emit_texture()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 3351 tex->op == nir_texop_txl || in emit_tex() 3621 if (tex->op == nir_texop_txl) in emit_tex()
|