/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_expand_vector_reduction_test.cpp | 65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() 70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST() 75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST() 79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST() 84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST() 89 transformation = TransformationExpandVectorReduction(11, {13, 13, 14}); in TEST() 94 transformation = TransformationExpandVectorReduction(11, {13, 14, 15}); in TEST() 98 transformation = TransformationExpandVectorReduction(12, {13, 14, 15}); in TEST() 162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); in TEST() 169 TransformationExpandVectorReduction(16, {24, 25, 26, 27, 28}); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_expand_vector_reduction_test.cpp | 65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() 70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST() 75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST() 79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST() 84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST() 89 transformation = TransformationExpandVectorReduction(11, {13, 13, 14}); in TEST() 94 transformation = TransformationExpandVectorReduction(11, {13, 14, 15}); in TEST() 98 transformation = TransformationExpandVectorReduction(12, {13, 14, 15}); in TEST() 162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); in TEST() 169 TransformationExpandVectorReduction(16, {24, 25, 26, 27, 28}); in TEST() [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_expand_vector_reduction_test.cpp | 65 auto transformation = TransformationExpandVectorReduction(13, {14, 15, 16}); in TEST() 70 transformation = TransformationExpandVectorReduction(10, {13, 14, 15}); in TEST() 75 transformation = TransformationExpandVectorReduction(11, {13, 14}); in TEST() 79 transformation = TransformationExpandVectorReduction(12, {13, 14, 15, 16}); in TEST() 84 transformation = TransformationExpandVectorReduction(11, {12, 13, 14}); in TEST() 89 transformation = TransformationExpandVectorReduction(11, {13, 13, 14}); in TEST() 94 transformation = TransformationExpandVectorReduction(11, {13, 14, 15}); in TEST() 98 transformation = TransformationExpandVectorReduction(12, {13, 14, 15}); in TEST() 162 auto transformation = TransformationExpandVectorReduction(15, {21, 22, 23}); in TEST() 169 TransformationExpandVectorReduction(16, {24, 25, 26, 27, 28}); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 23 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 24 protobufs::TransformationExpandVectorReduction message) in TransformationExpandVectorReduction() 27 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 36 bool TransformationExpandVectorReduction::IsApplicable( in IsApplicable() 75 void TransformationExpandVectorReduction::Apply( in Apply() 139 protobufs::Transformation TransformationExpandVectorReduction::ToMessage() in ToMessage() 146 uint32_t TransformationExpandVectorReduction::GetRequiredFreshIdCount( in GetRequiredFreshIdCount() 159 std::unordered_set<uint32_t> TransformationExpandVectorReduction::GetFreshIds() in GetFreshIds()
|
D | transformation_expand_vector_reduction.h | 70 class TransformationExpandVectorReduction : public Transformation { 72 explicit TransformationExpandVectorReduction( 73 protobufs::TransformationExpandVectorReduction message); 75 TransformationExpandVectorReduction(const uint32_t instruction_result_id, 99 protobufs::TransformationExpandVectorReduction message_;
|
D | fuzzer_pass_expand_vector_reductions.cpp | 55 ApplyTransformation(TransformationExpandVectorReduction( in Apply() 58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
|
D | transformation.cpp | 233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 23 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 24 protobufs::TransformationExpandVectorReduction message) in TransformationExpandVectorReduction() 27 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 36 bool TransformationExpandVectorReduction::IsApplicable( in IsApplicable() 75 void TransformationExpandVectorReduction::Apply( in Apply() 139 protobufs::Transformation TransformationExpandVectorReduction::ToMessage() in ToMessage() 146 uint32_t TransformationExpandVectorReduction::GetRequiredFreshIdCount( in GetRequiredFreshIdCount() 159 std::unordered_set<uint32_t> TransformationExpandVectorReduction::GetFreshIds() in GetFreshIds()
|
D | transformation_expand_vector_reduction.h | 70 class TransformationExpandVectorReduction : public Transformation { 72 explicit TransformationExpandVectorReduction( 73 protobufs::TransformationExpandVectorReduction message); 75 TransformationExpandVectorReduction(const uint32_t instruction_result_id, 99 protobufs::TransformationExpandVectorReduction message_;
|
D | fuzzer_pass_expand_vector_reductions.cpp | 55 ApplyTransformation(TransformationExpandVectorReduction( in Apply() 58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
|
D | transformation.cpp | 233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 23 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 24 protobufs::TransformationExpandVectorReduction message) in TransformationExpandVectorReduction() 27 TransformationExpandVectorReduction::TransformationExpandVectorReduction( in TransformationExpandVectorReduction() function in spvtools::fuzz::TransformationExpandVectorReduction 36 bool TransformationExpandVectorReduction::IsApplicable( in IsApplicable() 75 void TransformationExpandVectorReduction::Apply( in Apply() 139 protobufs::Transformation TransformationExpandVectorReduction::ToMessage() in ToMessage() 146 uint32_t TransformationExpandVectorReduction::GetRequiredFreshIdCount( in GetRequiredFreshIdCount() 159 std::unordered_set<uint32_t> TransformationExpandVectorReduction::GetFreshIds() in GetFreshIds()
|
D | transformation_expand_vector_reduction.h | 70 class TransformationExpandVectorReduction : public Transformation { 72 explicit TransformationExpandVectorReduction( 73 protobufs::TransformationExpandVectorReduction message); 75 TransformationExpandVectorReduction(const uint32_t instruction_result_id, 99 protobufs::TransformationExpandVectorReduction message_;
|
D | fuzzer_pass_expand_vector_reductions.cpp | 55 ApplyTransformation(TransformationExpandVectorReduction( in Apply() 58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
|
D | transformation.cpp | 233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 559 TransformationExpandVectorReduction expand_vector_reduction = 85; 1432 message TransformationExpandVectorReduction { message
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 559 TransformationExpandVectorReduction expand_vector_reduction = 85; 1432 message TransformationExpandVectorReduction { message
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 559 TransformationExpandVectorReduction expand_vector_reduction = 85; 1432 message TransformationExpandVectorReduction { message
|