Home
last modified time | relevance | path

Searched refs:nir_texop_tex (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c146 tex->op = nir_texop_tex; in lower_color()
186 tex->op = nir_texop_tex; in lower_color()
205 tex->op = nir_texop_tex; in lower_color()
Dnir_lower_bitmap.c95 tex->op = nir_texop_tex; in lower_bitmap()
Dnir_opt_preamble.c221 tex->op != nir_texop_tex) { in can_move_instr()
542 if (tex->op == nir_texop_tex) { in nir_opt_preamble()
Dnir_opt_move_discards_to_top.c43 return op == nir_texop_tex || in nir_texop_implies_derivative()
Dnir_lower_tex_shadow.c42 tex->op != nir_texop_tex) in nir_lower_tex_shadow_filter()
Dnir_lower_mediump.c657 if (tex->op != nir_texop_tex && in fold_16bit_tex_dest()
680 if (tex->op != nir_texop_tex && in fold_16bit_tex_srcs()
Dnir_lower_tex.c261 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb); in lower_lod()
312 assert(tex->op == nir_texop_tex); in sample_plane()
323 plane_tex->op = nir_texop_tex; in sample_plane()
878 if (tex->op == nir_texop_tex) in saturate_src()
Dnir_opt_constant_folding.c325 tex->op = nir_texop_tex; in try_fold_txb_to_tex()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c61 case nir_texop_tex: 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()
499 case nir_texop_tex: in lower_cubemap_to_array_tex()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c162 if (tex->op != nir_texop_tex) in lower_tex_prefetch_block()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_blit.c47 tex->op = nir_texop_tex; in agx_build_reload_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c107 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader()
155 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader_depth()
203 tex->op = nir_texop_tex; in build_nir_copy_fragment_shader_stencil()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c100 case nir_texop_tex: in lower_int_cubmap_to_array_filter()
515 case nir_texop_tex: in lower_int_cubemap_to_array_tex()
Ddxil_nir_lower_int_samplers.c36 if (tex->op != nir_texop_tex && in lower_sample_to_txf_for_integer_tex_filter()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c336 case nir_texop_tex: in llvmpipe_nir_fn_is_linear_compat()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c213 case nir_texop_tex: inst.opcode = INST_OPCODE_TEXLD; break; in etna_emit_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tex.cpp239 case nir_texop_tex: in r600_nir_lower_cube_to_2darray_filer()
Dsfn_instr_tex.cpp336 case nir_texop_tex: in from_nir()
1023 case nir_texop_tex: in get_opcode()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_draw_helpers.c80 tex->op = nir_texop_tex; in nir_lower_pstipple_block()
Dnir_to_tgsi_info.c198 case nir_texop_tex: in scan_instruction()
Dtgsi_to_nir.c1335 op = nir_texop_tex; in ttn_tex()
1339 op = nir_texop_tex; in ttn_tex()
1344 op = nir_texop_tex; in ttn_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c520 op = nir_texop_tex; in ptn_tex()
536 op = nir_texop_tex; in ptn_tex()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c364 tex->op = nir_texop_tex; in compile_setupinst()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3343 case nir_texop_tex: in bi_tex_op()
3610 (instr->op == nir_texop_tex) || in bi_emit_tex_valhall()
3733 case nir_texop_tex: in bi_emit_tex_valhall()
3786 instr->op != nir_texop_tex, /* zero LOD */ in bi_emit_texs()
3796 if (instr->op != nir_texop_tex && instr->op != nir_texop_txl) in bi_is_simple_tex()
3850 case nir_texop_tex: in bi_emit_tex()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c400 case nir_texop_tex: in scan_instruction()

12