Home
last modified time | relevance | path

Searched refs:TransformationExpandVectorReduction (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_expand_vector_reduction_test.cpp65 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/
Dtransformation_expand_vector_reduction_test.cpp65 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/
Dtransformation_expand_vector_reduction_test.cpp65 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/
Dtransformation_expand_vector_reduction.cpp23 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()
Dtransformation_expand_vector_reduction.h70 class TransformationExpandVectorReduction : public Transformation {
72 explicit TransformationExpandVectorReduction(
73 protobufs::TransformationExpandVectorReduction message);
75 TransformationExpandVectorReduction(const uint32_t instruction_result_id,
99 protobufs::TransformationExpandVectorReduction message_;
Dfuzzer_pass_expand_vector_reductions.cpp55 ApplyTransformation(TransformationExpandVectorReduction( in Apply()
58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
Dtransformation.cpp233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
/third_party/spirv-tools/source/fuzz/
Dtransformation_expand_vector_reduction.cpp23 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()
Dtransformation_expand_vector_reduction.h70 class TransformationExpandVectorReduction : public Transformation {
72 explicit TransformationExpandVectorReduction(
73 protobufs::TransformationExpandVectorReduction message);
75 TransformationExpandVectorReduction(const uint32_t instruction_result_id,
99 protobufs::TransformationExpandVectorReduction message_;
Dfuzzer_pass_expand_vector_reductions.cpp55 ApplyTransformation(TransformationExpandVectorReduction( in Apply()
58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
Dtransformation.cpp233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_expand_vector_reduction.cpp23 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()
Dtransformation_expand_vector_reduction.h70 class TransformationExpandVectorReduction : public Transformation {
72 explicit TransformationExpandVectorReduction(
73 protobufs::TransformationExpandVectorReduction message);
75 TransformationExpandVectorReduction(const uint32_t instruction_result_id,
99 protobufs::TransformationExpandVectorReduction message_;
Dfuzzer_pass_expand_vector_reductions.cpp55 ApplyTransformation(TransformationExpandVectorReduction( in Apply()
58 TransformationExpandVectorReduction::GetRequiredFreshIdCount( in Apply()
Dtransformation.cpp233 return MakeUnique<TransformationExpandVectorReduction>( in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto559 TransformationExpandVectorReduction expand_vector_reduction = 85;
1432 message TransformationExpandVectorReduction { message
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto559 TransformationExpandVectorReduction expand_vector_reduction = 85;
1432 message TransformationExpandVectorReduction { message
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto559 TransformationExpandVectorReduction expand_vector_reduction = 85;
1432 message TransformationExpandVectorReduction { message