Searched defs:toVec (Results 1 – 6 of 6) sorted by relevance
40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
1311 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1325 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1339 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1353 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1365 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1377 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local1388 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local1399 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local1410 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
1617 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1631 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1645 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1659 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1671 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1683 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local1694 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local1705 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local1716 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
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
70 inline tcu::Vec4 toVec(const RGBA& c) in toVec() function
127 vector<FragmentOutput> toVec (void) const in toVec() function