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/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1739 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc() local
1753 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt() local
1767 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt() local
1781 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1793 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPExtend() local
1805 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getUIToFP() local
1816 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSIToFP() local
1827 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToUI() local
1838 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPToSI() local
/external/llvm-project/llvm/lib/IR/
DConstants.cpp2016 bool toVec = isa<VectorType>(Ty); in getTrunc() local
2030 bool toVec = isa<VectorType>(Ty); in getSExt() local
2044 bool toVec = isa<VectorType>(Ty); in getZExt() local
2058 bool toVec = isa<VectorType>(Ty); in getFPTrunc() local
2070 bool toVec = isa<VectorType>(Ty); in getFPExtend() local
2082 bool toVec = isa<VectorType>(Ty); in getUIToFP() local
2093 bool toVec = isa<VectorType>(Ty); in getSIToFP() local
2104 bool toVec = isa<VectorType>(Ty); in getFPToUI() local
2115 bool toVec = isa<VectorType>(Ty); 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