Home
last modified time | relevance | path

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

12

/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/freedreno/ir3/
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_nir.c779 (1 << nir_tex_src_offset) | in ir3_nir_lower_variant()
Dir3_compiler_nir.c2954 case nir_tex_src_offset: in emit_tex()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c166 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_offset()
1148 assert(nir_tex_instr_src_index(tex, nir_tex_src_offset) == -1); in lower_tg4_offsets()
1174 src.src_type = nir_tex_src_offset; in lower_tg4_offsets()
1496 nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_lower_tex_block()
Dnir_validate.c916 case nir_tex_src_offset: in validate_tex_instr()
936 validate_assert(state, !src_type_seen[nir_tex_src_offset]); in validate_tex_instr()
Dnir.c3350 case nir_tex_src_offset: in nir_tex_instr_src_type()
3390 if (instr->src[src].src_type == nir_tex_src_offset) { in nir_tex_instr_src_size()
Dnir_print.c1277 case nir_tex_src_offset: in print_tex_instr()
Dnir.h2029 nir_tex_src_offset, enumerator
/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()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3172 int offs_idx = nir_tex_instr_src_index(instr, nir_tex_src_offset); in bi_emit_texc_offset_ms_index()
3208 int offs_idx = nir_tex_instr_src_index(instr, nir_tex_src_offset); in bi_emit_valhall_offsets()
3481 case nir_tex_src_offset: in bi_emit_texc()
3676 case nir_tex_src_offset: in bi_emit_tex_valhall()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c789 int offset_index = nir_tex_instr_src_index(tex, nir_tex_src_offset); in lower_xehp_tg4_offset_filter()
Dbrw_vec4_nir.cpp2035 case nir_tex_src_offset: in nir_emit_texture()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp988 case nir_tex_src_offset: in Inputs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2727 int tex_offset_src = nir_tex_instr_src_index(instr, nir_tex_src_offset); in ntt_emit_texture()
3618 bool has_offset = nir_tex_instr_src_index(tex, nir_tex_src_offset) >= 0; in nir_to_tgsi_lower_txp()
Dtgsi_to_nir.c1552 instr->src[src_number].src_type = nir_tex_src_offset; in ttn_tex()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c959 case nir_tex_src_offset: in agx_emit_tex()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3014 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
3020 (*p++) = vtn_tex_src(b, w[arg], nir_tex_src_offset); in vtn_handle_texture()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2556 instr->src[src_number].src_type = nir_tex_src_offset; in visit()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2484 case nir_tex_src_offset: { in emit_texop_native()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2379 case nir_tex_src_offset: { in visit_tex()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3009 int offsetIdx = nir_tex_instr_src_index(insn, nir_tex_src_offset); in visit()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2690 nir_tex_src_offset, in convert_1d_shadow_tex()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c3384 case nir_tex_src_offset: in emit_tex()

12