Home | History | Annotate | Download | only in codegen

Lines Matching refs:getDst

170    DstRegister getDst(unsigned int d) const
946 insn.getDst(0).getIndex(0) == info->io.edgeFlagOut &&
955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) {
956 Instruction::DstRegister dst = insn.getDst(0);
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) {
971 if (insn.getDst(0).isIndirect(0))
1353 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1373 const tgsi::Instruction::DstRegister dst = tgsi.getDst(d);
1432 if (!inst.getDst(d).isMasked(chan))
1660 unsigned int mask = tgsi.getDst(0).getMask();
1742 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0;