Searched refs:add_true (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_boolean_test.cpp | 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() local 71 ASSERT_TRUE(add_true.IsApplicable(context.get(), transformation_context)); in TEST() 74 ApplyAndCheckFreshIds(add_true, context.get(), &transformation_context); in TEST() 84 ASSERT_FALSE(add_true.IsApplicable(context.get(), transformation_context)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_constant_boolean_test.cpp | 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() local 71 ASSERT_TRUE(add_true.IsApplicable(context.get(), transformation_context)); in TEST() 74 ApplyAndCheckFreshIds(add_true, context.get(), &transformation_context); in TEST() 84 ASSERT_FALSE(add_true.IsApplicable(context.get(), transformation_context)); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_boolean_test.cpp | 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() local 71 ASSERT_TRUE(add_true.IsApplicable(context.get(), transformation_context)); in TEST() 74 ApplyAndCheckFreshIds(add_true, context.get(), &transformation_context); in TEST() 85 ASSERT_FALSE(add_true.IsApplicable(context.get(), transformation_context)); in TEST()
|
Completed in 2 milliseconds