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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp194 class nir_redundant_load_vars_test : public nir_vars_test {}; class in namespace:__anon563169bf0110
218 TEST_F(nir_redundant_load_vars_test, duplicated_load)
240 TEST_F(nir_redundant_load_vars_test, duplicated_load_volatile)
275 TEST_F(nir_redundant_load_vars_test, duplicated_load_in_two_blocks)
301 TEST_F(nir_redundant_load_vars_test, invalidate_inside_if_block)
346 TEST_F(nir_redundant_load_vars_test, invalidate_live_load_in_the_end_of_loop)
640 TEST_F(nir_redundant_load_vars_test, acquire_barrier_prevents_load_removal)
657 TEST_F(nir_redundant_load_vars_test, acquire_barrier_prevents_same_mode_load_removal)
676 TEST_F(nir_redundant_load_vars_test, acquire_barrier_allows_different_mode_load_removal)
717 TEST_F(nir_redundant_load_vars_test, release_barrier_allows_load_remova
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp143 class nir_redundant_load_vars_test : public nir_vars_test {}; class in namespace:__anone793a10c0110
150 TEST_F(nir_redundant_load_vars_test, duplicated_load)
172 TEST_F(nir_redundant_load_vars_test, duplicated_load_in_two_blocks)
198 TEST_F(nir_redundant_load_vars_test, invalidate_inside_if_block)
243 TEST_F(nir_redundant_load_vars_test, invalidate_live_load_in_the_end_of_loop)

Completed in 13 milliseconds