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.c340 unsigned sampler_src; in scan_instruction() local
371 sampler_src = fullinst->Instruction.NumSrcRegs - 1; in scan_instruction()
372 if (fullinst->Src[sampler_src].Register.File != TGSI_FILE_SAMPLER) in scan_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1162 unsigned sampler_src; in tex_fetch_ptrs() local
1165 sampler_src = emit_data->inst->Instruction.NumSrcRegs - 1; in tex_fetch_ptrs()
1166 reg = &emit_data->inst->Src[sampler_src]; in tex_fetch_ptrs()