Home
last modified time | relevance | path

Searched refs:should_compile (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dtest_simd_selection.cpp55 bool should_compile(unsigned simd) { in should_compile() function in SIMDSelectionTest
81 ASSERT_TRUE(should_compile(SIMD8)); in TEST_F()
83 ASSERT_TRUE(should_compile(SIMD16)); in TEST_F()
85 ASSERT_FALSE(should_compile(SIMD32)); in TEST_F()
96 ASSERT_FALSE(should_compile(SIMD8)); in TEST_F()
97 ASSERT_FALSE(should_compile(SIMD16)); in TEST_F()
98 ASSERT_TRUE(should_compile(SIMD32)); in TEST_F()
110 ASSERT_TRUE(should_compile(SIMD8)); in TEST_F()
112 ASSERT_FALSE(should_compile(SIMD16)); in TEST_F()
113 ASSERT_FALSE(should_compile(SIMD3 in TEST_F()
[all...]

Completed in 2 milliseconds