Home
last modified time | relevance | path

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

/third_party/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
66 TransformationEquationInstruction( in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
81 ASSERT_FALSE(TransformationEquationInstruction( in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
101 auto transformation1 = TransformationEquationInstruction( in TEST()
114 auto transformation2 = TransformationEquationInstruction( in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
66 TransformationEquationInstruction( in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
81 ASSERT_FALSE(TransformationEquationInstruction( in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
101 auto transformation1 = TransformationEquationInstruction( in TEST()
114 auto transformation2 = TransformationEquationInstruction( in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp60 ASSERT_FALSE(TransformationEquationInstruction(7, SpvOpSNegate, {7}, in TEST()
66 TransformationEquationInstruction( in TEST()
71 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {100}, in TEST()
76 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {20}, in TEST()
81 ASSERT_FALSE(TransformationEquationInstruction( in TEST()
87 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {7, 7}, in TEST()
92 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {40}, in TEST()
97 ASSERT_FALSE(TransformationEquationInstruction(14, SpvOpSNegate, {41}, in TEST()
101 auto transformation1 = TransformationEquationInstruction( in TEST()
114 auto transformation2 = TransformationEquationInstruction( in TEST()
[all …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_equation_instruction.h28 class TransformationEquationInstruction : public Transformation {
30 explicit TransformationEquationInstruction(
31 protobufs::TransformationEquationInstruction message);
33 TransformationEquationInstruction(
72 protobufs::TransformationEquationInstruction message_;
Dtransformation_equation_instruction.cpp23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction()
27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable()
75 void TransformationEquationInstruction::Apply( in Apply()
108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage()
114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId()
294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
Dfuzzer_pass_add_equation_instructions.cpp141 ApplyTransformation(TransformationEquationInstruction( in Apply()
193 ApplyTransformation(TransformationEquationInstruction( in Apply()
245 ApplyTransformation(TransformationEquationInstruction( in Apply()
259 ApplyTransformation(TransformationEquationInstruction( in Apply()
275 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dtransformation.cpp227 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.h28 class TransformationEquationInstruction : public Transformation {
30 explicit TransformationEquationInstruction(
31 protobufs::TransformationEquationInstruction message);
33 TransformationEquationInstruction(
72 protobufs::TransformationEquationInstruction message_;
Dtransformation_equation_instruction.cpp23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction()
27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable()
75 void TransformationEquationInstruction::Apply( in Apply()
108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage()
114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId()
294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
Dfuzzer_pass_add_equation_instructions.cpp142 ApplyTransformation(TransformationEquationInstruction( in Apply()
194 ApplyTransformation(TransformationEquationInstruction( in Apply()
246 ApplyTransformation(TransformationEquationInstruction( in Apply()
260 ApplyTransformation(TransformationEquationInstruction( in Apply()
276 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dtransformation.cpp230 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_equation_instruction.h28 class TransformationEquationInstruction : public Transformation {
30 explicit TransformationEquationInstruction(
31 protobufs::TransformationEquationInstruction message);
33 TransformationEquationInstruction(
72 protobufs::TransformationEquationInstruction message_;
Dtransformation_equation_instruction.cpp23 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
24 protobufs::TransformationEquationInstruction message) in TransformationEquationInstruction()
27 TransformationEquationInstruction::TransformationEquationInstruction( in TransformationEquationInstruction() function in spvtools::fuzz::TransformationEquationInstruction
39 bool TransformationEquationInstruction::IsApplicable( in IsApplicable()
75 void TransformationEquationInstruction::Apply( in Apply()
108 protobufs::Transformation TransformationEquationInstruction::ToMessage() const { in ToMessage()
114 uint32_t TransformationEquationInstruction::MaybeGetResultTypeId( in MaybeGetResultTypeId()
294 std::unordered_set<uint32_t> TransformationEquationInstruction::GetFreshIds() in GetFreshIds()
Dfuzzer_pass_add_equation_instructions.cpp142 ApplyTransformation(TransformationEquationInstruction( in Apply()
194 ApplyTransformation(TransformationEquationInstruction( in Apply()
246 ApplyTransformation(TransformationEquationInstruction( in Apply()
260 ApplyTransformation(TransformationEquationInstruction( in Apply()
276 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dtransformation.cpp230 return MakeUnique<TransformationEquationInstruction>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto513 TransformationEquationInstruction equation_instruction = 39;
1410 message TransformationEquationInstruction { message
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto513 TransformationEquationInstruction equation_instruction = 39;
1410 message TransformationEquationInstruction { message
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto513 TransformationEquationInstruction equation_instruction = 39;
1399 message TransformationEquationInstruction { message
/third_party/spirv-tools/
DCHANGES141 - Handle dead blocks in TransformationEquationInstruction (#3933)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES199 - Handle dead blocks in TransformationEquationInstruction (#3933)
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES199 - Handle dead blocks in TransformationEquationInstruction (#3933)