Home
last modified time | relevance | path

Searched refs:sampler_src (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c347 nir_src *sampler_src = &tex->src[sampler_src_idx].src; in clc_lower_nonnormalized_samplers() local
348 … assert(sampler_src->is_ssa && sampler_src->ssa->parent_instr->type == nir_instr_type_deref); in clc_lower_nonnormalized_samplers()
350 nir_instr_as_deref(sampler_src->ssa->parent_instr)); in clc_lower_nonnormalized_samplers()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c344 unsigned sampler_src; in scan_instruction() local
375 sampler_src = fullinst->Instruction.NumSrcRegs - 1; in scan_instruction()
376 if (fullinst->Src[sampler_src].Register.File != TGSI_FILE_SAMPLER) in scan_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2612 int sampler_src = nir_tex_instr_src_index(instr, nir_tex_src_sampler_offset); in ntt_emit_texture() local
2613 if (sampler_src >= 0) { in ntt_emit_texture()
2614 struct ureg_src reladdr = ntt_get_src(c, instr->src[sampler_src].src); in ntt_emit_texture()