Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1762 int sampler_src = nir_tex_instr_src_index(instr, nir_tex_src_sampler_offset); in ntt_emit_texture() local
1763 if (sampler_src >= 0) { in ntt_emit_texture()
1764 struct ureg_src reladdr = ntt_get_src(c, instr->src[sampler_src].src); in ntt_emit_texture()