/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 138 TransformationCompositeConstruct make_vec2_array_length_3( in TEST() 142 TransformationCompositeConstruct make_vec2_array_length_3_bad( in TEST() 147 TransformationCompositeConstruct make_vec2_array_length_3_nores( in TEST() 178 TransformationCompositeConstruct make_float_array_length_2( in TEST() 181 TransformationCompositeConstruct make_float_array_length_2_bad( in TEST() 197 TransformationCompositeConstruct make_bool_array_length_3( in TEST() 201 TransformationCompositeConstruct make_bool_array_length_3_bad( in TEST() 220 TransformationCompositeConstruct make_uvec3_array_length_2_2( in TEST() 223 TransformationCompositeConstruct make_uvec3_array_length_2_2_bad( in TEST() 427 TransformationCompositeConstruct make_mat34( in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 138 TransformationCompositeConstruct make_vec2_array_length_3( in TEST() 142 TransformationCompositeConstruct make_vec2_array_length_3_bad( in TEST() 147 TransformationCompositeConstruct make_vec2_array_length_3_nores( in TEST() 178 TransformationCompositeConstruct make_float_array_length_2( in TEST() 181 TransformationCompositeConstruct make_float_array_length_2_bad( in TEST() 197 TransformationCompositeConstruct make_bool_array_length_3( in TEST() 201 TransformationCompositeConstruct make_bool_array_length_3_bad( in TEST() 220 TransformationCompositeConstruct make_uvec3_array_length_2_2( in TEST() 223 TransformationCompositeConstruct make_uvec3_array_length_2_2_bad( in TEST() 427 TransformationCompositeConstruct make_mat34( in TEST() [all …]
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_composite_construct_test.cpp | 138 TransformationCompositeConstruct make_vec2_array_length_3( in TEST() 142 TransformationCompositeConstruct make_vec2_array_length_3_bad( in TEST() 172 TransformationCompositeConstruct make_float_array_length_2( in TEST() 175 TransformationCompositeConstruct make_float_array_length_2_bad( in TEST() 191 TransformationCompositeConstruct make_bool_array_length_3( in TEST() 195 TransformationCompositeConstruct make_bool_array_length_3_bad( in TEST() 214 TransformationCompositeConstruct make_uvec3_array_length_2_2( in TEST() 217 TransformationCompositeConstruct make_uvec3_array_length_2_2_bad( in TEST() 421 TransformationCompositeConstruct make_mat34( in TEST() 424 TransformationCompositeConstruct make_mat34_bad( in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 25 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 26 protobufs::TransformationCompositeConstruct message) in TransformationCompositeConstruct() 29 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 42 bool TransformationCompositeConstruct::IsApplicable( in IsApplicable() 105 void TransformationCompositeConstruct::Apply( in Apply() 139 bool TransformationCompositeConstruct::ComponentsForArrayConstructionAreOK( in ComponentsForArrayConstructionAreOK() 176 bool TransformationCompositeConstruct::ComponentsForMatrixConstructionAreOK( in ComponentsForMatrixConstructionAreOK() 203 bool TransformationCompositeConstruct::ComponentsForStructConstructionAreOK( in ComponentsForStructConstructionAreOK() 232 bool TransformationCompositeConstruct::ComponentsForVectorConstructionAreOK( in ComponentsForVectorConstructionAreOK() 263 protobufs::Transformation TransformationCompositeConstruct::ToMessage() const { in ToMessage() [all …]
|
D | transformation_composite_construct.h | 26 class TransformationCompositeConstruct : public Transformation { 28 explicit TransformationCompositeConstruct( 29 protobufs::TransformationCompositeConstruct message); 31 TransformationCompositeConstruct( 98 protobufs::TransformationCompositeConstruct message_;
|
D | fuzzer_pass_wrap_vector_synonym.cpp | 115 ApplyTransformation(TransformationCompositeConstruct( in Apply() 122 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 179 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 149 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | transformation.cpp | 213 return MakeUnique<TransformationCompositeConstruct>( in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 25 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 26 protobufs::TransformationCompositeConstruct message) in TransformationCompositeConstruct() 29 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 42 bool TransformationCompositeConstruct::IsApplicable( in IsApplicable() 105 void TransformationCompositeConstruct::Apply( in Apply() 139 bool TransformationCompositeConstruct::ComponentsForArrayConstructionAreOK( in ComponentsForArrayConstructionAreOK() 176 bool TransformationCompositeConstruct::ComponentsForMatrixConstructionAreOK( in ComponentsForMatrixConstructionAreOK() 203 bool TransformationCompositeConstruct::ComponentsForStructConstructionAreOK( in ComponentsForStructConstructionAreOK() 232 bool TransformationCompositeConstruct::ComponentsForVectorConstructionAreOK( in ComponentsForVectorConstructionAreOK() 263 protobufs::Transformation TransformationCompositeConstruct::ToMessage() const { in ToMessage() [all …]
|
D | transformation_composite_construct.h | 26 class TransformationCompositeConstruct : public Transformation { 28 explicit TransformationCompositeConstruct( 29 protobufs::TransformationCompositeConstruct message); 31 TransformationCompositeConstruct( 98 protobufs::TransformationCompositeConstruct message_;
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 178 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 148 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | transformation.cpp | 210 return MakeUnique<TransformationCompositeConstruct>( in FromMessage()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_composite_construct.cpp | 25 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 26 protobufs::TransformationCompositeConstruct message) in TransformationCompositeConstruct() 29 TransformationCompositeConstruct::TransformationCompositeConstruct( in TransformationCompositeConstruct() function in spvtools::fuzz::TransformationCompositeConstruct 42 bool TransformationCompositeConstruct::IsApplicable( in IsApplicable() 105 void TransformationCompositeConstruct::Apply( in Apply() 139 bool TransformationCompositeConstruct::ComponentsForArrayConstructionAreOK( in ComponentsForArrayConstructionAreOK() 176 bool TransformationCompositeConstruct::ComponentsForMatrixConstructionAreOK( in ComponentsForMatrixConstructionAreOK() 203 bool TransformationCompositeConstruct::ComponentsForStructConstructionAreOK( in ComponentsForStructConstructionAreOK() 232 bool TransformationCompositeConstruct::ComponentsForVectorConstructionAreOK( in ComponentsForVectorConstructionAreOK() 263 protobufs::Transformation TransformationCompositeConstruct::ToMessage() const { in ToMessage() [all …]
|
D | transformation_composite_construct.h | 26 class TransformationCompositeConstruct : public Transformation { 28 explicit TransformationCompositeConstruct( 29 protobufs::TransformationCompositeConstruct message); 31 TransformationCompositeConstruct( 98 protobufs::TransformationCompositeConstruct message_;
|
D | fuzzer_pass_wrap_vector_synonym.cpp | 115 ApplyTransformation(TransformationCompositeConstruct( in Apply() 122 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 179 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 149 ApplyTransformation(TransformationCompositeConstruct( in Apply()
|
D | transformation.cpp | 213 return MakeUnique<TransformationCompositeConstruct>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 489 TransformationCompositeConstruct composite_construct = 15; 1299 message TransformationCompositeConstruct { message
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 489 TransformationCompositeConstruct composite_construct = 15; 1299 message TransformationCompositeConstruct { message
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 489 TransformationCompositeConstruct composite_construct = 15; 1288 message TransformationCompositeConstruct { message
|
/third_party/spirv-tools/ |
D | CHANGES | 123 - Fix off-by-one in TransformationCompositeConstruct (#3979)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 181 - Fix off-by-one in TransformationCompositeConstruct (#3979)
|