Searched defs:toVec (Results 1 – 3 of 3) sorted by relevance
40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
1637 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local1651 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local1665 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local1679 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local1691 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local1703 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local1714 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local1725 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local1736 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
127 vector<FragmentOutput> toVec (void) const in toVec() function