| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| D | transformation_set_loop_control_test.cpp | 281 ASSERT_TRUE(TransformationSetLoopControl(10, SpvLoopControlMaskNone, 0, 0) in TEST() 283 ASSERT_TRUE(TransformationSetLoopControl(10, SpvLoopControlUnrollMask, 0, 0) in TEST() 286 TransformationSetLoopControl(10, SpvLoopControlDontUnrollMask, 0, 0) in TEST() 288 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 292 TransformationSetLoopControl(10, SpvLoopControlDependencyLengthMask, 0, 0) in TEST() 295 TransformationSetLoopControl(10, SpvLoopControlMinIterationsMask, 0, 0) in TEST() 298 TransformationSetLoopControl(10, SpvLoopControlMaxIterationsMask, 0, 0) in TEST() 300 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 304 TransformationSetLoopControl(10, SpvLoopControlPeelCountMask, 3, 0) in TEST() 307 TransformationSetLoopControl(10, SpvLoopControlPeelCountMask, 3, 3) in TEST() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| D | transformation_set_loop_control_test.cpp | 281 ASSERT_TRUE(TransformationSetLoopControl(10, SpvLoopControlMaskNone, 0, 0) in TEST() 283 ASSERT_TRUE(TransformationSetLoopControl(10, SpvLoopControlUnrollMask, 0, 0) in TEST() 286 TransformationSetLoopControl(10, SpvLoopControlDontUnrollMask, 0, 0) in TEST() 288 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 292 TransformationSetLoopControl(10, SpvLoopControlDependencyLengthMask, 0, 0) in TEST() 295 TransformationSetLoopControl(10, SpvLoopControlMinIterationsMask, 0, 0) in TEST() 298 TransformationSetLoopControl(10, SpvLoopControlMaxIterationsMask, 0, 0) in TEST() 300 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 304 TransformationSetLoopControl(10, SpvLoopControlPeelCountMask, 3, 0) in TEST() 307 TransformationSetLoopControl(10, SpvLoopControlPeelCountMask, 3, 3) in TEST() [all …]
|
| /third_party/spirv-tools/test/fuzz/ |
| D | transformation_set_loop_control_test.cpp | 281 ASSERT_TRUE(TransformationSetLoopControl( in TEST() 284 ASSERT_TRUE(TransformationSetLoopControl( in TEST() 287 ASSERT_TRUE(TransformationSetLoopControl( in TEST() 290 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 293 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 296 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 299 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 302 ASSERT_FALSE(TransformationSetLoopControl( in TEST() 305 ASSERT_TRUE(TransformationSetLoopControl( in TEST() 308 ASSERT_FALSE(TransformationSetLoopControl( in TEST() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | transformation_set_loop_control.cpp | 20 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 21 protobufs::TransformationSetLoopControl message) in TransformationSetLoopControl() 24 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 33 bool TransformationSetLoopControl::IsApplicable( in IsApplicable() 110 void TransformationSetLoopControl::Apply( in Apply() 173 protobufs::Transformation TransformationSetLoopControl::ToMessage() const { in ToMessage() 179 bool TransformationSetLoopControl::LoopControlBitIsAddedByTransformation( in LoopControlBitIsAddedByTransformation() 186 bool TransformationSetLoopControl::PartialCountIsSupported( in PartialCountIsSupported() 204 bool TransformationSetLoopControl::PeelCountIsSupported( in PeelCountIsSupported() 222 std::unordered_set<uint32_t> TransformationSetLoopControl::GetFreshIds() const { in GetFreshIds()
|
| D | transformation_set_loop_control.h | 26 class TransformationSetLoopControl : public Transformation { 31 explicit TransformationSetLoopControl( 32 protobufs::TransformationSetLoopControl message); 34 TransformationSetLoopControl(uint32_t block_id, uint32_t loop_control, 77 protobufs::TransformationSetLoopControl message_;
|
| D | fuzzer_pass_adjust_loop_controls.cpp | 48 TransformationSetLoopControl::kLoopControlMaskInOperandIndex); in Apply() 88 if (TransformationSetLoopControl::PeelCountIsSupported( in Apply() 97 if (TransformationSetLoopControl::PartialCountIsSupported( in Apply() 108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
| D | transformation.cpp | 348 return MakeUnique<TransformationSetLoopControl>( in FromMessage()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | transformation_set_loop_control.cpp | 20 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 21 protobufs::TransformationSetLoopControl message) in TransformationSetLoopControl() 24 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 33 bool TransformationSetLoopControl::IsApplicable( in IsApplicable() 110 void TransformationSetLoopControl::Apply( in Apply() 173 protobufs::Transformation TransformationSetLoopControl::ToMessage() const { in ToMessage() 179 bool TransformationSetLoopControl::LoopControlBitIsAddedByTransformation( in LoopControlBitIsAddedByTransformation() 186 bool TransformationSetLoopControl::PartialCountIsSupported( in PartialCountIsSupported() 204 bool TransformationSetLoopControl::PeelCountIsSupported( in PeelCountIsSupported() 222 std::unordered_set<uint32_t> TransformationSetLoopControl::GetFreshIds() const { in GetFreshIds()
|
| D | transformation_set_loop_control.h | 26 class TransformationSetLoopControl : public Transformation { 31 explicit TransformationSetLoopControl( 32 protobufs::TransformationSetLoopControl message); 34 TransformationSetLoopControl(uint32_t block_id, uint32_t loop_control, 77 protobufs::TransformationSetLoopControl message_;
|
| D | fuzzer_pass_adjust_loop_controls.cpp | 48 TransformationSetLoopControl::kLoopControlMaskInOperandIndex); in Apply() 88 if (TransformationSetLoopControl::PeelCountIsSupported( in Apply() 97 if (TransformationSetLoopControl::PartialCountIsSupported( in Apply() 108 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
| D | transformation.cpp | 348 return MakeUnique<TransformationSetLoopControl>( in FromMessage()
|
| /third_party/spirv-tools/source/fuzz/ |
| D | transformation_set_loop_control.cpp | 20 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 21 protobufs::TransformationSetLoopControl message) in TransformationSetLoopControl() 24 TransformationSetLoopControl::TransformationSetLoopControl( in TransformationSetLoopControl() function in spvtools::fuzz::TransformationSetLoopControl 33 bool TransformationSetLoopControl::IsApplicable( in IsApplicable() 116 void TransformationSetLoopControl::Apply( in Apply() 180 protobufs::Transformation TransformationSetLoopControl::ToMessage() const { in ToMessage() 186 bool TransformationSetLoopControl::LoopControlBitIsAddedByTransformation( in LoopControlBitIsAddedByTransformation() 194 bool TransformationSetLoopControl::PartialCountIsSupported( in PartialCountIsSupported() 212 bool TransformationSetLoopControl::PeelCountIsSupported( in PeelCountIsSupported() 230 std::unordered_set<uint32_t> TransformationSetLoopControl::GetFreshIds() const { in GetFreshIds()
|
| D | transformation_set_loop_control.h | 26 class TransformationSetLoopControl : public Transformation { 31 explicit TransformationSetLoopControl( 32 protobufs::TransformationSetLoopControl message); 34 TransformationSetLoopControl(uint32_t block_id, uint32_t loop_control, 77 protobufs::TransformationSetLoopControl message_;
|
| D | fuzzer_pass_adjust_loop_controls.cpp | 48 TransformationSetLoopControl::kLoopControlMaskInOperandIndex); in Apply() 90 if (TransformationSetLoopControl::PeelCountIsSupported( in Apply() 99 if (TransformationSetLoopControl::PartialCountIsSupported( in Apply() 110 TransformationSetLoopControl transformation(block.id(), new_mask, in Apply()
|
| D | transformation.cpp | 348 return MakeUnique<TransformationSetLoopControl>( in FromMessage()
|
| /third_party/spirv-tools/source/fuzz/protobufs/ |
| D | spvtoolsfuzz.proto | 490 TransformationSetLoopControl set_loop_control = 16; 2167 message TransformationSetLoopControl { message
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
| D | spvtoolsfuzz.proto | 490 TransformationSetLoopControl set_loop_control = 16; 2167 message TransformationSetLoopControl { message
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
| D | spvtoolsfuzz.proto | 490 TransformationSetLoopControl set_loop_control = 16; 2167 message TransformationSetLoopControl { message
|