Home
last modified time | relevance | path

Searched refs:constantColumnMajorMatrixFoundInAST (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/compiler_tests/
DConstantFolding_test.cpp151 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()
154 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()
232 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()
252 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()
274 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()
297 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()
300 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()
393 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()
410 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()
427 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()
[all …]
/external/angle/src/tests/test_utils/
DConstantFoldingTest.h160 bool constantColumnMajorMatrixFoundInAST(const std::vector<T> &constantMatrix) in constantColumnMajorMatrixFoundInAST() function