/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_wrap_region_in_selection_test.cpp | 105 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, false) in TEST() 109 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, true) in TEST() 115 ASSERT_FALSE(TransformationWrapRegionInSelection(100, 6, true) in TEST() 117 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 100, true) in TEST() 121 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 10, true) in TEST() 125 ASSERT_FALSE(TransformationWrapRegionInSelection(13, 16, true) in TEST() 129 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 5, true) in TEST() 133 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 16, true) in TEST() 137 ASSERT_FALSE(TransformationWrapRegionInSelection(12, 16, true) in TEST() 141 ASSERT_FALSE(TransformationWrapRegionInSelection(2 in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_wrap_region_in_selection_test.cpp | 105 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, false) in TEST() 109 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, true) in TEST() 115 ASSERT_FALSE(TransformationWrapRegionInSelection(100, 6, true) in TEST() 117 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 100, true) in TEST() 121 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 10, true) in TEST() 125 ASSERT_FALSE(TransformationWrapRegionInSelection(13, 16, true) in TEST() 129 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 5, true) in TEST() 133 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 16, true) in TEST() 137 ASSERT_FALSE(TransformationWrapRegionInSelection(12, 16, true) in TEST() 141 ASSERT_FALSE(TransformationWrapRegionInSelection(2 in TEST() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_wrap_region_in_selection_test.cpp | 105 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, false) in TEST() 109 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 6, true) in TEST() 115 ASSERT_FALSE(TransformationWrapRegionInSelection(100, 6, true) in TEST() 117 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 100, true) in TEST() 121 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 10, true) in TEST() 125 ASSERT_FALSE(TransformationWrapRegionInSelection(13, 16, true) in TEST() 129 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 5, true) in TEST() 133 ASSERT_FALSE(TransformationWrapRegionInSelection(5, 16, true) in TEST() 137 ASSERT_FALSE(TransformationWrapRegionInSelection(12, 16, true) in TEST() 141 ASSERT_FALSE(TransformationWrapRegionInSelection(2 in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_wrap_region_in_selection.cpp | 22 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 23 protobufs::TransformationWrapRegionInSelection message) in TransformationWrapRegionInSelection() 26 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 34 bool TransformationWrapRegionInSelection::IsApplicable( in IsApplicable() 51 void TransformationWrapRegionInSelection::Apply( in Apply() 83 protobufs::Transformation TransformationWrapRegionInSelection::ToMessage() in ToMessage() 90 bool TransformationWrapRegionInSelection::IsApplicableToBlockRange( in IsApplicableToBlockRange() 160 std::unordered_set<uint32_t> TransformationWrapRegionInSelection [all...] |
H A D | transformation_wrap_region_in_selection.h | 26 class TransformationWrapRegionInSelection : public Transformation { class 28 explicit TransformationWrapRegionInSelection( 29 protobufs::TransformationWrapRegionInSelection message); 31 TransformationWrapRegionInSelection(uint32_t region_entry_block_id, 82 protobufs::TransformationWrapRegionInSelection message_;
|
H A D | fuzzer_pass_wrap_regions_in_selections.cpp | 84 if (!TransformationWrapRegionInSelection::IsApplicableToBlockRange( in Apply() 96 ApplyTransformation(TransformationWrapRegionInSelection( in Apply()
|
H A D | transformation.cpp | 384 return MakeUnique<TransformationWrapRegionInSelection>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_wrap_region_in_selection.cpp | 22 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 23 protobufs::TransformationWrapRegionInSelection message) in TransformationWrapRegionInSelection() 26 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 34 bool TransformationWrapRegionInSelection::IsApplicable( in IsApplicable() 51 void TransformationWrapRegionInSelection::Apply( in Apply() 83 protobufs::Transformation TransformationWrapRegionInSelection::ToMessage() in ToMessage() 90 bool TransformationWrapRegionInSelection::IsApplicableToBlockRange( in IsApplicableToBlockRange() 160 std::unordered_set<uint32_t> TransformationWrapRegionInSelection [all...] |
H A D | transformation_wrap_region_in_selection.h | 26 class TransformationWrapRegionInSelection : public Transformation { class 28 explicit TransformationWrapRegionInSelection( 29 protobufs::TransformationWrapRegionInSelection message); 31 TransformationWrapRegionInSelection(uint32_t region_entry_block_id, 82 protobufs::TransformationWrapRegionInSelection message_;
|
H A D | fuzzer_pass_wrap_regions_in_selections.cpp | 84 if (!TransformationWrapRegionInSelection::IsApplicableToBlockRange( in Apply() 96 ApplyTransformation(TransformationWrapRegionInSelection( in Apply()
|
H A D | transformation.cpp | 384 return MakeUnique<TransformationWrapRegionInSelection>( in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_wrap_region_in_selection.cpp | 22 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 23 protobufs::TransformationWrapRegionInSelection message) in TransformationWrapRegionInSelection() 26 TransformationWrapRegionInSelection::TransformationWrapRegionInSelection( in TransformationWrapRegionInSelection() function in spvtools::fuzz::TransformationWrapRegionInSelection 34 bool TransformationWrapRegionInSelection::IsApplicable( in IsApplicable() 51 void TransformationWrapRegionInSelection::Apply( in Apply() 83 protobufs::Transformation TransformationWrapRegionInSelection::ToMessage() in ToMessage() 90 bool TransformationWrapRegionInSelection::IsApplicableToBlockRange( in IsApplicableToBlockRange() 160 std::unordered_set<uint32_t> TransformationWrapRegionInSelection [all...] |
H A D | transformation_wrap_region_in_selection.h | 26 class TransformationWrapRegionInSelection : public Transformation { class 28 explicit TransformationWrapRegionInSelection( 29 protobufs::TransformationWrapRegionInSelection message); 31 TransformationWrapRegionInSelection(uint32_t region_entry_block_id, 82 protobufs::TransformationWrapRegionInSelection message_;
|
H A D | fuzzer_pass_wrap_regions_in_selections.cpp | 84 if (!TransformationWrapRegionInSelection::IsApplicableToBlockRange( in Apply() 96 ApplyTransformation(TransformationWrapRegionInSelection( in Apply()
|
H A D | transformation.cpp | 384 return MakeUnique<TransformationWrapRegionInSelection>( in FromMessage()
|