Searched refs:DstRegister (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp115 class DstRegister class in class:tgsi::Instruction
118 DstRegister(const struct tgsi_full_dst_register *dst) function in class:tgsi::Instruction::DstRegister
123 DstRegister(const struct tgsi_dst_register& dst) : reg(dst), fdr(NULL) { } function in class:tgsi::Instruction::DstRegister
170 DstRegister getDst(unsigned int d) const
173 return DstRegister(&insn->Dst[d]);
956 Instruction::DstRegister dst = insn.getDst(0);
1047 void storeDst(const tgsi::Instruction::DstRegister dst, int c,
1054 Symbol *dstToSym(tgsi::Instruction::DstRegister, int c);
1147 Converter::dstToSym(tgsi::Instruction::DstRegister dst, int c)
1353 const tgsi::Instruction::DstRegister ds
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp115 class DstRegister class in class:tgsi::Instruction
118 DstRegister(const struct tgsi_full_dst_register *dst) function in class:tgsi::Instruction::DstRegister
123 DstRegister(const struct tgsi_dst_register& dst) : reg(dst), fdr(NULL) { } function in class:tgsi::Instruction::DstRegister
170 DstRegister getDst(unsigned int d) const
173 return DstRegister(&insn->Dst[d]);
956 Instruction::DstRegister dst = insn.getDst(0);
1047 void storeDst(const tgsi::Instruction::DstRegister dst, int c,
1054 Symbol *dstToSym(tgsi::Instruction::DstRegister, int c);
1147 Converter::dstToSym(tgsi::Instruction::DstRegister dst, int c)
1353 const tgsi::Instruction::DstRegister ds
[all...]

Completed in 118 milliseconds