Searched defs:toVec (Results 1 – 4 of 4) sorted by relevance
40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
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
70 inline tcu::Vec4 toVec(const RGBA& c) in toVec() function
127 vector<FragmentOutput> toVec (void) const in toVec() function