Home
last modified time | relevance | path

Searched refs:nir_tex_src_offset (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c39 int offset_index = nir_tex_instr_src_index(tg4, nir_tex_src_offset); in ir3_nir_lower_tg4_to_tex_instr()
65 tex->src[tg4->num_srcs].src_type = nir_tex_src_offset; in ir3_nir_lower_tg4_to_tex_instr()
Dir3_nir_lower_tex_prefetch.c168 has_src(tex, nir_tex_src_offset) || has_src(tex, nir_tex_src_ddx) || in lower_tex_prefetch_block()
Dir3_compiler_nir.c2423 case nir_tex_src_offset: in emit_tex()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c115 case nir_tex_src_offset: { in v3d33_vir_emit_tex()
Dv3d40_tex.c159 case nir_tex_src_offset: { in handle_tex_src()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c140 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset()
1082 assert(nir_tex_instr_src_index(tex, nir_tex_src_offset) == -1); in lower_tg4_offsets()
1107 src.src_type = nir_tex_src_offset; in lower_tg4_offsets()
1389 nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_lower_tex_block()
Dnir_lower_mediump.c607 bool is_sint = i == nir_tex_src_offset; in nir_legalize_16bit_sampler_srcs()
Dnir_validate.c855 case nir_tex_src_offset: in validate_tex_instr()
925 validate_assert(state, !src_type_seen[nir_tex_src_offset]); in validate_tex_instr()
Dnir.h2058 nir_tex_src_offset, enumerator
2469 case nir_tex_src_offset: in nir_tex_instr_src_type()
2516 if (instr->src[src].src_type == nir_tex_src_offset) { in nir_tex_instr_src_size()
Dnir_print.c1142 case nir_tex_src_offset: in print_tex_instr()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c490 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_sample_to_txf_for_integer_tex_impl()
Dnir_to_dxil.c4077 case nir_tex_src_offset: in emit_tex()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp567 case nir_tex_src_offset: in get_inputs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c670 [nir_tex_src_offset] = {true, 32}, in si_late_optimize_16bit_samplers()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2214 int tex_offset_src = nir_tex_instr_src_index(instr, nir_tex_src_offset); in ntt_emit_texture()
2989 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_to_tgsi_lower_txp()
Dtgsi_to_nir.c1550 instr->src[src_number].src_type = nir_tex_src_offset; in ttn_tex()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c803 case nir_tex_src_offset: in agx_emit_tex()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2429 int offs_idx = nir_tex_instr_src_index(instr, nir_tex_src_offset); in bi_emit_texc_offset_ms_index()
2684 case nir_tex_src_offset: in bi_emit_texc()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2063 case nir_tex_src_offset: in nir_emit_texture()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2483 instr->src[src_number].src_type = nir_tex_src_offset; in visit()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2957 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
2963 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2396 case nir_tex_src_offset: { in emit_texop_native()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2090 case nir_tex_src_offset: { in visit_tex()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2968 int offsetIdx = nir_tex_instr_src_index(insn, nir_tex_src_offset); in visit()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3131 case nir_tex_src_offset: in emit_tex()

12