Home
last modified time | relevance | path

Searched defs:toVec (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp1617 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1631 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1645 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1659 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1671 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1683 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1694 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1705 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1716 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/external/openglcts/modules/common/
DglcShaderRenderCase.cpp70 inline tcu::Vec4 toVec(const RGBA& c) in toVec() function
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp127 vector<FragmentOutput> toVec (void) const in toVec() function