Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_permute_phi_operands_test.cpp125 bool found_use_in_store = false; in TEST() local
129 25, [&found_use_in_store, &found_use_in_add_lhs, &found_use_in_add_rhs]( in TEST()
132 ASSERT_FALSE(found_use_in_store); in TEST()
133 found_use_in_store = true; in TEST()
146 ASSERT_TRUE(found_use_in_store); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_permute_phi_operands_test.cpp125 bool found_use_in_store = false; in TEST() local
129 25, [&found_use_in_store, &found_use_in_add_lhs, &found_use_in_add_rhs]( in TEST()
132 ASSERT_FALSE(found_use_in_store); in TEST()
133 found_use_in_store = true; in TEST()
146 ASSERT_TRUE(found_use_in_store); in TEST()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_permute_phi_operands_test.cpp125 bool found_use_in_store = false; in TEST() local
129 25, [&found_use_in_store, &found_use_in_add_lhs, &found_use_in_add_rhs]( in TEST()
132 ASSERT_FALSE(found_use_in_store); in TEST()
133 found_use_in_store = true; in TEST()
146 ASSERT_TRUE(found_use_in_store); in TEST()

Completed in 2 milliseconds