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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dtest_fs_cmod_propagation.cpp31 class cmod_propagation_test : public ::testing::Test { class in inherits:::testing::Test
55 void cmod_propagation_test::SetUp()
101 TEST_F(cmod_propagation_test, basic)
133 TEST_F(cmod_propagation_test, cmp_nonzero)
166 TEST_F(cmod_propagation_test, non_cmod_instruction)
198 TEST_F(cmod_propagation_test, intervening_flag_write)
236 TEST_F(cmod_propagation_test, intervening_flag_read)
275 TEST_F(cmod_propagation_test, intervening_dest_write)
315 TEST_F(cmod_propagation_test, intervening_flag_read_same_value)
354 TEST_F(cmod_propagation_test, negat
[all...]
H A Dtest_vec4_cmod_propagation.cpp34 class cmod_propagation_test : public ::testing::Test { class in inherits:::testing::Test
97 void cmod_propagation_test::SetUp()
143 TEST_F(cmod_propagation_test, basic)
179 TEST_F(cmod_propagation_test, basic_different_dst_writemask)
216 TEST_F(cmod_propagation_test, andz_one)
252 TEST_F(cmod_propagation_test, non_cmod_instruction)
285 TEST_F(cmod_propagation_test, intervening_flag_write)
324 TEST_F(cmod_propagation_test, intervening_flag_read)
364 TEST_F(cmod_propagation_test, intervening_dest_write)
405 TEST_F(cmod_propagation_test, intervening_flag_read_same_valu
[all...]

Completed in 93 milliseconds