/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_drawpixels.c | 146 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()
|
D | nir_lower_bitmap.c | 95 tex->op = nir_texop_tex; in lower_bitmap()
|
D | nir_opt_preamble.c | 221 tex->op != nir_texop_tex) { in can_move_instr() 542 if (tex->op == nir_texop_tex) { in nir_opt_preamble()
|
D | nir_opt_move_discards_to_top.c | 43 return op == nir_texop_tex || in nir_texop_implies_derivative()
|
D | nir_lower_tex_shadow.c | 42 tex->op != nir_texop_tex) in nir_lower_tex_shadow_filter()
|
D | nir_lower_mediump.c | 657 if (tex->op != nir_texop_tex && in fold_16bit_tex_dest() 680 if (tex->op != nir_texop_tex && in fold_16bit_tex_srcs()
|
D | nir_lower_tex.c | 261 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()
|
D | nir_opt_constant_folding.c | 325 tex->op = nir_texop_tex; in try_fold_txb_to_tex()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_lower_cubemap_to_array.c | 61 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/ |
D | ir3_nir_lower_tex_prefetch.c | 162 if (tex->op != nir_texop_tex) in lower_tex_prefetch_block()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_blit.c | 47 tex->op = nir_texop_tex; in agx_build_reload_shader()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 107 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/ |
D | dxil_nir_lower_int_cubemaps.c | 100 case nir_texop_tex: in lower_int_cubmap_to_array_filter() 515 case nir_texop_tex: in lower_int_cubemap_to_array_tex()
|
D | dxil_nir_lower_int_samplers.c | 36 if (tex->op != nir_texop_tex && in lower_sample_to_txf_for_integer_tex_filter()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_analysis.c | 336 case nir_texop_tex: in llvmpipe_nir_fn_is_linear_compat()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 213 case nir_texop_tex: inst.opcode = INST_OPCODE_TEXLD; break; in etna_emit_tex()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tex.cpp | 239 case nir_texop_tex: in r600_nir_lower_cube_to_2darray_filer()
|
D | sfn_instr_tex.cpp | 336 case nir_texop_tex: in from_nir() 1023 case nir_texop_tex: in get_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_draw_helpers.c | 80 tex->op = nir_texop_tex; in nir_lower_pstipple_block()
|
D | nir_to_tgsi_info.c | 198 case nir_texop_tex: in scan_instruction()
|
D | tgsi_to_nir.c | 1335 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/ |
D | prog_to_nir.c | 520 op = nir_texop_tex; in ptn_tex() 536 op = nir_texop_tex; in ptn_tex()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_nir.c | 364 tex->op = nir_texop_tex; in compile_setupinst()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3343 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/ |
D | si_shader_info.c | 400 case nir_texop_tex: in scan_instruction()
|