Home
last modified time | relevance | path

Searched defs:toVec (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.cpp40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
/external/llvm/lib/IR/
DConstants.cpp1637 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1651 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1665 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1679 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1691 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1703 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1714 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1725 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1736 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp127 vector<FragmentOutput> toVec (void) const in toVec() function