/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_tex.c | 208 tex->src[0].src_type = nir_tex_src_backend1; in lower_tex() 301 tex->src[0].src_type = nir_tex_src_backend1; in lower_txq() 505 .src_type = nir_tex_src_backend1, in lower_image_txq() 515 .src_type = nir_tex_src_backend1, in lower_image_txq()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 375 if (nir_tex_instr_src_index(tex, nir_tex_src_backend1) != -1) in from_nir() 823 case nir_tex_src_backend1: in Inputs() 999 return nir_tex_instr_src_index(tex, nir_tex_src_backend1) == -1; in filter() 1145 nir_tex_instr_add_src(tex, nir_tex_src_backend1, backend1); in finalize()
|
H A D | sfn_nir_lower_tex.cpp | 75 nir_tex_instr_src_index(tex, nir_tex_src_backend1) < 0) { in r600_nir_lower_int_tg4_impl()
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_lower_texture.c | 169 nir_tex_instr_add_src(tex, nir_tex_src_backend1, coord2d); in lower_buffer_texture() 205 if (nir_tex_instr_src_index(tex, nir_tex_src_backend1) >= 0) in lower_regular_texture() 289 nir_tex_instr_add_src(tex, nir_tex_src_backend1, coord); in lower_regular_texture()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_tex.c | 205 if (coord_idx < 0 || nir_tex_instr_src_index(tex, nir_tex_src_backend1) >= 0) in lower_tex() 369 nir_tex_instr_add_src(tex, nir_tex_src_backend1, linear_vgpr); in move_tex_coords()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/ |
H A D | lima_nir_lower_txp.c | 151 nir_tex_instr_add_src(tex, nir_tex_src_backend1, combined); in lima_nir_lower_txp_instr()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | intel_nir_lower_texture.c | 95 nir_tex_instr_add_src(tex, nir_tex_src_backend1, lod_ai); in pack_lod_and_array_index()
|
H A D | brw_fs_nir.cpp | 7806 case nir_tex_src_backend1: in fs_nir_emit_texture()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 535 case nir_tex_src_backend1: in ppir_emit_tex() 545 nts->src_type == nir_tex_src_backend1) in ppir_emit_tex()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | nir_to_rc.c | 1714 if (nir_tex_instr_src_size(instr, nir_tex_instr_src_index(instr, nir_tex_src_backend1)) > in ntr_emit_texture() 1749 ntr_push_tex_arg(c, instr, nir_tex_src_backend1, &s); in ntr_emit_texture() 2274 nir_tex_instr_add_src(tex, nir_tex_src_backend1, in nir_to_rc_lower_tex_instr()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_mediump.c | 982 if (nir_tex_instr_src_index(tex, nir_tex_src_backend1) >= 0) in opt_16bit_tex_srcs()
|
H A D | nir.c | 3263 case nir_tex_src_backend1: in nir_tex_instr_src_type() 3316 if (instr->src[src].src_type == nir_tex_src_backend1 || in nir_tex_instr_src_size()
|
H A D | nir_print.c | 1767 case nir_tex_src_backend1: in print_tex_instr()
|
H A D | nir.h | 2354 nir_tex_src_backend1, enumerator
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 2764 if (nir_tex_instr_src_size(instr, nir_tex_instr_src_index(instr, nir_tex_src_backend1)) > in ntt_emit_texture() 2812 ntt_push_tex_arg(c, instr, nir_tex_src_backend1, &s); in ntt_emit_texture() 3659 nir_tex_instr_add_src(tex, nir_tex_src_backend1, in nir_to_tgsi_lower_tex_instr()
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 2098 case nir_tex_src_backend1: in agx_emit_tex()
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | from_nir.rs | 1719 assert!(srcs[0].src_type == nir_tex_src_backend1); in parse_tex()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_nir.cpp | 6508 case nir_tex_src_backend1: in fs_nir_emit_texture()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 9643 case nir_tex_src_backend1: { in visit_tex()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 24.1.0.rst | 5115 - intel/compiler: Use nir_tex_src_backend1 to pack LOD and array index
|