Home
last modified time | relevance | path

Searched refs:TransformationAddConstantBoolean (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_constant_boolean_test.cpp53 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/
Dtransformation_add_constant_boolean_test.cpp53 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/
Dtransformation_add_constant_boolean_test.cpp53 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/
Dtransformation_add_constant_boolean.cpp23 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()
Dtransformation_add_constant_boolean.h26 class TransformationAddConstantBoolean : public Transformation {
28 explicit TransformationAddConstantBoolean(
29 protobufs::TransformationAddConstantBoolean message);
31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true,
52 protobufs::TransformationAddConstantBoolean message_;
Dtransformation.cpp125 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
Dfuzzer_pass.cpp391 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
Dfuzzer_pass_donate_modules.cpp460 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_constant_boolean.cpp23 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()
Dtransformation_add_constant_boolean.h26 class TransformationAddConstantBoolean : public Transformation {
28 explicit TransformationAddConstantBoolean(
29 protobufs::TransformationAddConstantBoolean message);
31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true,
52 protobufs::TransformationAddConstantBoolean message_;
Dtransformation.cpp125 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
Dfuzzer_pass.cpp391 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
Dfuzzer_pass_donate_modules.cpp460 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_constant_boolean.cpp23 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()
Dtransformation_add_constant_boolean.h26 class TransformationAddConstantBoolean : public Transformation {
28 explicit TransformationAddConstantBoolean(
29 protobufs::TransformationAddConstantBoolean message);
31 TransformationAddConstantBoolean(uint32_t fresh_id, bool is_true,
52 protobufs::TransformationAddConstantBoolean message_;
Dtransformation.cpp122 return MakeUnique<TransformationAddConstantBoolean>( in FromMessage()
Dfuzzer_pass.cpp347 TransformationAddConstantBoolean(result, value, is_irrelevant)); in FindOrCreateBoolConstant()
Dfuzzer_pass_donate_modules.cpp459 TransformationAddConstantBoolean(new_result_id, value, false)); in HandleTypeOrValue()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto476 TransformationAddConstantBoolean add_constant_boolean = 3;
626 message TransformationAddConstantBoolean { message
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto476 TransformationAddConstantBoolean add_constant_boolean = 3;
626 message TransformationAddConstantBoolean { message
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto476 TransformationAddConstantBoolean add_constant_boolean = 3;
623 message TransformationAddConstantBoolean { message