Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DConstantFoldingTest.h30 ConstantFinder(const std::vector<T> &constantVector) in ConstantFinder()
37 ConstantFinder(const std::vector<T> &constantVector, const T &faultTolerance) in ConstantFinder()
152 bool constantVectorFoundInAST(const std::vector<T> &constantVector) in constantVectorFoundInAST()
166 bool constantVectorNearFoundInAST(const std::vector<T> &constantVector, const T &faultTolerance) in constantVectorNearFoundInAST()
/external/swiftshader/src/Reactor/
DReactor.cpp1339 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in Byte8() local
1543 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in SByte8() local
1789 int64_t constantVector[4] = { xyzw, xyzw, xyzw, xyzw }; in Short4() local
1795 int64_t constantVector[4] = { x, y, z, w }; in Short4() local
2019 int64_t constantVector[4] = { xyzw, xyzw, xyzw, xyzw }; in UShort4() local
2025 int64_t constantVector[4] = { x, y, z, w }; in UShort4() local
2136 int64_t constantVector[8] = { c, c, c, c, c, c, c, c }; in Short8() local
2142 int64_t constantVector[8] = { c0, c1, c2, c3, c4, c5, c6, c7 }; in Short8() local
2198 int64_t constantVector[8] = { c, c, c, c, c, c, c, c }; in UShort8() local
2204 int64_t constantVector[8] = { c0, c1, c2, c3, c4, c5, c6, c7 }; in UShort8() local
[all …]
DLLVMReactor.cpp1793 llvm::Constant *constantVector[16]; in createConstantVector() local
1810 llvm::Constant *constantVector[8]; in createConstantVector() local