Searched defs:toVec (Results 1 – 4 of 4) 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
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
127 vector<FragmentOutput> toVec (void) const in toVec() function