Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/compiler/
Dintel_nir_lower_texture.c106 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in pack_lod_or_bias_and_offset()
Dbrw_nir.c1044 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tex_prefetch.c154 has_src(tex, nir_tex_src_offset) || has_src(tex, nir_tex_src_ddx) || in lower_tex_prefetch_block()
Dir3_nir.c1194 (1 << nir_tex_src_offset) | in ir3_nir_lower_variant()
/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_tex.c344 case nir_tex_src_offset: in move_tex_coords()
371 int offset_src = nir_tex_instr_src_index(tex, nir_tex_src_offset); in move_tex_coords()
Dac_nir_lower_image_opcodes_cdna.c465 case nir_tex_src_offset: in lower_image_opcodes()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c161 nir_def *offset = nir_steal_tex_src(tex, nir_tex_src_offset); in lower_offset()
256 nir_def *offset = nir_steal_tex_src(tex, nir_tex_src_offset); in lower_1d()
287 nir_tex_instr_add_src(tex, nir_tex_src_offset, in lower_1d()
1254 assert(nir_tex_instr_src_index(tex, nir_tex_src_offset) == -1); in lower_tg4_offsets()
1283 nir_tex_src src = nir_tex_src_for_ssa(nir_tex_src_offset, offset); in lower_tg4_offsets()
1678 nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_lower_tex_block()
Dnir_opt_constant_folding.c375 int offset_src = nir_tex_instr_src_index(tex, nir_tex_src_offset); in try_fold_texel_offset_src()
Dnir_validate.c925 case nir_tex_src_offset: in validate_tex_instr()
953 validate_assert(state, !src_type_seen[nir_tex_src_offset]); in validate_tex_instr()
Dnir.c3360 case nir_tex_src_offset: in nir_tex_instr_src_type()
3402 if (instr->src[src].src_type == nir_tex_src_offset) { in nir_tex_instr_src_size()
Dnir_print.c1803 case nir_tex_src_offset: in print_tex_instr()
/external/mesa3d/src/broadcom/compiler/
Dv3d_tex.c161 case nir_tex_src_offset: { in handle_tex_src()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp804 case nir_tex_src_offset: in Inputs()
1094 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_txf_ms()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c506 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_sample_to_txf_for_integer_tex_impl()
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_tex.c37 case nir_tex_src_offset: offset = tex->src[i].src.ssa; break; in lower_tex()
/external/mesa3d/src/asahi/compiler/
Dagx_nir_lower_texture.c300 nir_def *offset = nir_steal_tex_src(tex, nir_tex_src_offset); in lower_regular_texture()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dnir_to_rc.c1746 int tex_offset_src = nir_tex_instr_src_index(instr, nir_tex_src_offset); in ntr_emit_texture()
2214 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_to_rc_lower_txp()
/external/mesa3d/src/intel/compiler/elk/
Delk_nir.c861 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter()
Delk_vec4_nir.cpp1915 case nir_tex_src_offset: in nir_emit_texture()
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c3307 int offs_idx = nir_tex_instr_src_index(instr, nir_tex_src_offset); in bi_emit_texc_offset_ms_index()
3340 int offs_idx = nir_tex_instr_src_index(instr, nir_tex_src_offset); in bi_emit_valhall_offsets()
3616 case nir_tex_src_offset: in bi_emit_texc()
3900 case nir_tex_src_offset: in bi_emit_tex_valhall()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2466 case nir_tex_src_offset: in lp_build_nir_sample_key()
2594 case nir_tex_src_offset: { in visit_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2881 int tex_offset_src = nir_tex_instr_src_index(instr, nir_tex_src_offset); in ntt_emit_texture()
3781 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_to_tgsi_lower_txp()
Dtgsi_to_nir.c1411 instr->src[src_number] = nir_tex_src_for_ssa(nir_tex_src_offset, in ttn_tex()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c689 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_gles_arrayshadow_offset_filter()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2286 case nir_tex_src_offset: { in emit_texop_native()

12