Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp49 class SrcRegister class in tgsi::Instruction
52 SrcRegister(const struct tgsi_full_src_register *src) in SrcRegister() function in tgsi::Instruction::SrcRegister
57 SrcRegister(const struct tgsi_src_register& src) : reg(src), fsr(NULL) { } in SrcRegister() function in tgsi::Instruction::SrcRegister
59 SrcRegister(const struct tgsi_ind_register& ind) in SrcRegister() function in tgsi::Instruction::SrcRegister
76 SrcRegister(const struct tgsi_texture_offset& off) : in SrcRegister() function in tgsi::Instruction::SrcRegister
109 SrcRegister getIndirect(int dim) const in getIndirect()
113 return SrcRegister(fsr->DimIndirect); in getIndirect()
114 return SrcRegister(fsr->Indirect); in getIndirect()
158 SrcRegister getIndirect(int dim) const in getIndirect()
162 return SrcRegister(fdr->DimIndirect); in getIndirect()
[all …]