Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRGBA.cpp40 Vec4 RGBA::toVec (void) const in toVec() function in tcu::RGBA
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1311 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1325 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1339 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1353 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1365 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1377 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1388 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1399 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1410 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
/external/llvm/lib/IR/
DConstants.cpp1567 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1581 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1595 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1609 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1621 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1633 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1644 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1655 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1666 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp127 vector<FragmentOutput> toVec (void) const in toVec() function