Searched refs:sampler_src (Results 1 – 2 of 2) sorted by relevance
340 unsigned sampler_src; in scan_instruction() local371 sampler_src = fullinst->Instruction.NumSrcRegs - 1; in scan_instruction()372 if (fullinst->Src[sampler_src].Register.File != TGSI_FILE_SAMPLER) in scan_instruction()
1162 unsigned sampler_src; in tex_fetch_ptrs() local1165 sampler_src = emit_data->inst->Instruction.NumSrcRegs - 1; in tex_fetch_ptrs()1166 reg = &emit_data->inst->Src[sampler_src]; in tex_fetch_ptrs()