Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp77 unsigned count_function_temp_vars(void) { in count_function_temp_vars() function in __anon7399cd0d0111::nir_vars_test
2002 ASSERT_EQ(count_function_temp_vars(), 1); in TEST_F()
2009 ASSERT_EQ(count_function_temp_vars(), 4); in TEST_F()
2039 ASSERT_EQ(count_function_temp_vars(), 2); in TEST_F()
2054 ASSERT_EQ(count_function_temp_vars(), 5); in TEST_F()
2091 ASSERT_EQ(count_function_temp_vars(), 1); in TEST_F()
2098 ASSERT_EQ(count_function_temp_vars(), 4); in TEST_F()
2113 ASSERT_EQ(count_function_temp_vars(), 1); in TEST_F()
2121 ASSERT_EQ(count_function_temp_vars(), 4); in TEST_F()
2140 ASSERT_EQ(count_function_temp_vars(), 1); in TEST_F()
[all …]