Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp1335 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in Byte8() local
1539 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in SByte8() local
1785 int64_t constantVector[4] = { xyzw, xyzw, xyzw, xyzw }; in Short4() local
1791 int64_t constantVector[4] = { x, y, z, w }; in Short4() local
2015 int64_t constantVector[4] = { xyzw, xyzw, xyzw, xyzw }; in UShort4() local
2021 int64_t constantVector[4] = { x, y, z, w }; in UShort4() local
2132 int64_t constantVector[8] = { c, c, c, c, c, c, c, c }; in Short8() local
2138 int64_t constantVector[8] = { c0, c1, c2, c3, c4, c5, c6, c7 }; in Short8() local
2194 int64_t constantVector[8] = { c, c, c, c, c, c, c, c }; in UShort8() local
2200 int64_t constantVector[8] = { c0, c1, c2, c3, c4, c5, c6, c7 }; in UShort8() local
[all …]
DLLVMReactor.cpp1813 llvm::Constant *constantVector[16]; in createConstantVector() local
1830 llvm::Constant *constantVector[8]; in createConstantVector() local