Home
last modified time | relevance | path

Searched refs:nir_texop_txb (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()
240 case nir_texop_txb: in r600_nir_lower_cube_to_2darray_filer()
Dsfn_instr_tex.cpp340 case nir_texop_txb: in from_nir()
916 if (tex->op == nir_texop_txl || tex->op == nir_texop_txb) { in prepare_source()
1027 case nir_texop_txb: in get_opcode()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_constant_folding.c311 assert(tex->op == nir_texop_txb); in try_fold_txb_to_tex()
360 if (tex->op == nir_texop_txb) in try_fold_tex()
Dnir_opt_move_discards_to_top.c44 op == nir_texop_txb || in nir_texop_implies_derivative()
Dnir_lower_tex_shadow.c39 if (tex->op != nir_texop_txb && in nir_lower_tex_shadow_filter()
Dnir_lower_mediump.c658 tex->op != nir_texop_txb && in fold_16bit_tex_dest()
681 tex->op != nir_texop_txb && in fold_16bit_tex_srcs()
Dnir_lower_tex.c261 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb); in lower_lod()
880 else if (tex->op == nir_texop_txb) in saturate_src()
1498 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod && in nir_lower_tex_block()
Dnir_validate.c878 validate_assert(state, instr->op == nir_texop_txb || in validate_tex_instr()
884 instr->op != nir_texop_txb && in validate_tex_instr()
Dnir.c3281 case nir_texop_txb: in nir_tex_instr_is_query()
3300 case nir_texop_txb: in nir_tex_instr_has_implicit_derivative()
Dnir_print.c1199 case nir_texop_txb: in print_tex_instr()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c62 case nir_texop_txb: in lower_cubemap_to_array_filter()
458 if (!tex->is_shadow && (tex->op == nir_texop_txb || tex->op == nir_texop_tex)) { in lower_cube_sample()
500 case nir_texop_txb: in lower_cubemap_to_array_tex()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c37 tex->op != nir_texop_txb && in lower_sample_to_txf_for_integer_tex_filter()
384 if (unlikely(tex->op == nir_texop_txb)) { in evalute_active_lod()
Ddxil_nir_lower_int_cubemaps.c101 case nir_texop_txb: in lower_int_cubmap_to_array_filter()
516 case nir_texop_txb: in lower_int_cubemap_to_array_tex()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c214 case nir_texop_txb: inst.opcode = INST_OPCODE_TEXLDB; break; in etna_emit_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c199 case nir_texop_txb: in scan_instruction()
Dtgsi_to_nir.c1348 op = nir_texop_txb; in ttn_tex()
1352 op = nir_texop_txb; in ttn_tex()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c401 case nir_texop_txb: in scan_instruction()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c879 case nir_texop_txb: return AGX_LOD_MODE_AUTO_LOD_BIAS; in agx_lod_mode_for_nir()
891 case nir_texop_txb: in agx_emit_tex()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c456 case nir_texop_txb: in ppir_emit_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c524 op = nir_texop_txb; in ptn_tex()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c688 case nir_texop_txb: in emit_tex()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3344 case nir_texop_txb: in bi_tex_op()
3612 (instr->op == nir_texop_txb); in bi_emit_tex_valhall()
3735 case nir_texop_txb: in bi_emit_tex_valhall()
3852 case nir_texop_txb: in bi_emit_tex()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1300 case nir_texop_txb: in scan_texture_use()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp506 case nir_texop_txb: in getOperation()
2986 case nir_texop_txb: in visit()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2802 case nir_texop_txb: in vtn_handle_texture()
2982 texop = nir_texop_txb; in vtn_handle_texture()
3040 texop == nir_texop_txb || in vtn_handle_texture()

12