Searched defs:toVec (Results 1 – 6 of 6) sorted by relevance
40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
1567 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1581 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1595 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1609 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1621 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1633 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local1644 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local1655 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local1666 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
1739 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1753 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1767 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1781 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1793 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1805 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local1816 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local1827 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local1838 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
2016 bool toVec = isa<VectorType>(Ty); in getTrunc() local2030 bool toVec = isa<VectorType>(Ty); in getSExt() local2044 bool toVec = isa<VectorType>(Ty); in getZExt() local2058 bool toVec = isa<VectorType>(Ty); in getFPTrunc() local2070 bool toVec = isa<VectorType>(Ty); in getFPExtend() local2082 bool toVec = isa<VectorType>(Ty); in getUIToFP() local2093 bool toVec = isa<VectorType>(Ty); in getSIToFP() local2104 bool toVec = isa<VectorType>(Ty); in getFPToUI() local2115 bool toVec = isa<VectorType>(Ty); in getFPToSI() local
70 inline tcu::Vec4 toVec(const RGBA& c) in toVec() function
127 vector<FragmentOutput> toVec (void) const in toVec() function