Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tex.cpp142 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()
Dsfn_instr_tex.cpp341 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/
Dmidgard_errata_lod.c45 if (tex->op != nir_texop_txl) in nir_lod_errata_instr()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex_shadow.c40 tex->op != nir_texop_txl && in nir_lower_tex_shadow_filter()
Dnir_lower_mediump.c660 tex->op != nir_texop_txl && in fold_16bit_tex_dest()
683 tex->op != nir_texop_txl && in fold_16bit_tex_srcs()
Dnir_lower_tex.c281 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()
Dnir_print.c1202 case nir_texop_txl: in print_tex_instr()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c64 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/
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()
Ddxil_nir_lower_int_cubemaps.c103 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/
Detnaviv_compiler_nir_emit.c216 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.c3345 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/
Dsi_shader_info.c402 case nir_texop_txl: in scan_instruction()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c880 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/
Dnir.c457 case nir_texop_txl: in ppir_emit_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c532 op = nir_texop_txl; in ptn_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c689 case nir_texop_txl: in emit_tex()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2740 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/
Dtgsi_to_nir.c1358 op = nir_texop_txl; in ttn_tex()
1362 op = nir_texop_txl; in ttn_tex()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1301 case nir_texop_txl: in scan_texture_use()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp515 case nir_texop_txl: in getOperation()
2990 case nir_texop_txl: in visit()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c581 tex->op = nir_texop_txl; in pan_blitter_get_blit_shader()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2098 case nir_texop_txl: opcode = SHADER_OPCODE_TXL; break; in nir_emit_texture()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3351 tex->op == nir_texop_txl || in emit_tex()
3621 if (tex->op == nir_texop_txl) in emit_tex()

12