Searched refs:sampler_src (Results 1 – 3 of 3) sorted by relevance
347 nir_src *sampler_src = &tex->src[sampler_src_idx].src; in clc_lower_nonnormalized_samplers() local348 … 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()
344 unsigned sampler_src; in scan_instruction() local375 sampler_src = fullinst->Instruction.NumSrcRegs - 1; in scan_instruction()376 if (fullinst->Src[sampler_src].Register.File != TGSI_FILE_SAMPLER) in scan_instruction()
2612 int sampler_src = nir_tex_instr_src_index(instr, nir_tex_src_sampler_offset); in ntt_emit_texture() local2613 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()