/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_add_constant_boolean_test.cpp | 53 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, false) in TEST() 55 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, false) in TEST() 59 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, true) in TEST() 61 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, true) in TEST() 65 ASSERT_FALSE(TransformationAddConstantBoolean(5, true, false) in TEST() 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() 69 auto add_false = TransformationAddConstantBoolean(8, false, false); in TEST() 86 auto add_true_again = TransformationAddConstantBoolean(100, true, false); in TEST() 101 auto add_false_again = TransformationAddConstantBoolean(101, false, false); in TEST() 110 TransformationAddConstantBoolean irrelevant_true(102, true, true); in TEST() [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_add_constant_boolean_test.cpp | 53 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, false) in TEST() 55 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, false) in TEST() 59 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, true) in TEST() 61 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, true) in TEST() 65 ASSERT_FALSE(TransformationAddConstantBoolean(5, true, false) in TEST() 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() 69 auto add_false = TransformationAddConstantBoolean(8, false, false); in TEST() 86 auto add_true_again = TransformationAddConstantBoolean(100, true, false); in TEST() 101 auto add_false_again = TransformationAddConstantBoolean(101, false, false); in TEST() 110 TransformationAddConstantBoolean irrelevant_true(102, true, true); in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_constant_boolean_test.cpp | 53 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, false) in TEST() 55 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, false) in TEST() 59 ASSERT_TRUE(TransformationAddConstantBoolean(7, true, true) in TEST() 61 ASSERT_TRUE(TransformationAddConstantBoolean(7, false, true) in TEST() 65 ASSERT_FALSE(TransformationAddConstantBoolean(5, true, false) in TEST() 68 auto add_true = TransformationAddConstantBoolean(7, true, false); in TEST() 69 auto add_false = TransformationAddConstantBoolean(8, false, false); in TEST() 86 auto add_true_again = TransformationAddConstantBoolean(100, true, false); in TEST() 101 auto add_false_again = TransformationAddConstantBoolean(101, false, false); in TEST() 110 TransformationAddConstantBoolean irrelevant_true(102, true, true); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_constant_boolean.cpp | 23 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 24 protobufs::TransformationAddConstantBoolean message) in TransformationAddConstantBoolean() 27 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 34 bool TransformationAddConstantBoolean::IsApplicable( in IsApplicable() 40 void TransformationAddConstantBoolean::Apply( in Apply() 64 protobufs::Transformation TransformationAddConstantBoolean::ToMessage() const { in ToMessage() 70 std::unordered_set<uint32_t> TransformationAddConstantBoolean::GetFreshIds() in GetFreshIds()
|
D | transformation_add_constant_boolean.h | 26 class TransformationAddConstantBoolean : public Transformation { 28 explicit TransformationAddConstantBoolean( 29 protobufs::TransformationAddConstantBoolean message); 31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true, 52 protobufs::TransformationAddConstantBoolean message_;
|
D | transformation.cpp | 125 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
|
D | fuzzer_pass.cpp | 391 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
|
D | fuzzer_pass_donate_modules.cpp | 460 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_constant_boolean.cpp | 23 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 24 protobufs::TransformationAddConstantBoolean message) in TransformationAddConstantBoolean() 27 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 34 bool TransformationAddConstantBoolean::IsApplicable( in IsApplicable() 40 void TransformationAddConstantBoolean::Apply( in Apply() 64 protobufs::Transformation TransformationAddConstantBoolean::ToMessage() const { in ToMessage() 70 std::unordered_set<uint32_t> TransformationAddConstantBoolean::GetFreshIds() in GetFreshIds()
|
D | transformation_add_constant_boolean.h | 26 class TransformationAddConstantBoolean : public Transformation { 28 explicit TransformationAddConstantBoolean( 29 protobufs::TransformationAddConstantBoolean message); 31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true, 52 protobufs::TransformationAddConstantBoolean message_;
|
D | transformation.cpp | 125 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
|
D | fuzzer_pass.cpp | 391 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
|
D | fuzzer_pass_donate_modules.cpp | 460 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_constant_boolean.cpp | 23 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 24 protobufs::TransformationAddConstantBoolean message) in TransformationAddConstantBoolean() 27 TransformationAddConstantBoolean::TransformationAddConstantBoolean( in TransformationAddConstantBoolean() function in spvtools::fuzz::TransformationAddConstantBoolean 34 bool TransformationAddConstantBoolean::IsApplicable( in IsApplicable() 40 void TransformationAddConstantBoolean::Apply( in Apply() 64 protobufs::Transformation TransformationAddConstantBoolean::ToMessage() const { in ToMessage() 70 std::unordered_set<uint32_t> TransformationAddConstantBoolean::GetFreshIds() in GetFreshIds()
|
D | transformation_add_constant_boolean.h | 26 class TransformationAddConstantBoolean : public Transformation { 28 explicit TransformationAddConstantBoolean( 29 protobufs::TransformationAddConstantBoolean message); 31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true, 52 protobufs::TransformationAddConstantBoolean message_;
|
D | transformation.cpp | 122 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
|
D | fuzzer_pass.cpp | 347 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
|
D | fuzzer_pass_donate_modules.cpp | 459 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 476 TransformationAddConstantBoolean add_constant_boolean = 3; 626 message TransformationAddConstantBoolean { message
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 476 TransformationAddConstantBoolean add_constant_boolean = 3; 626 message TransformationAddConstantBoolean { message
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 476 TransformationAddConstantBoolean add_constant_boolean = 3; 623 message TransformationAddConstantBoolean { message
|