Home
last modified time | relevance | path

Searched refs:ApplyTransformation (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp188 void FuzzerPass::ApplyTransformation(const Transformation& transformation) { in ApplyTransformation() function in spvtools::fuzz::FuzzerPass
236 ApplyTransformation(TransformationAddTypeBoolean(result)); in FindOrCreateBoolType()
247 ApplyTransformation(TransformationAddTypeInt(result, width, is_signed)); in FindOrCreateIntegerType()
258 ApplyTransformation(TransformationAddTypeFloat(result, width)); in FindOrCreateFloatType()
277 ApplyTransformation( in FindOrCreateFunctionType()
295 ApplyTransformation( in FindOrCreateVectorType()
316 ApplyTransformation( in FindOrCreateMatrixType()
328 ApplyTransformation(TransformationAddTypeStruct(new_id, component_type_ids)); in FindOrCreateStructType()
342 ApplyTransformation( in FindOrCreatePointerType()
363 ApplyTransformation(TransformationAddConstantScalar(result, int_type_id, in FindOrCreateIntegerConstant()
[all …]
Dfuzzer_pass_donate_modules.cpp228 ApplyTransformation(TransformationAddTypeBoolean(new_result_id)); in HandleTypeOrValue()
245 ApplyTransformation( in HandleTypeOrValue()
258 ApplyTransformation(TransformationAddTypeFloat(new_result_id, width)); in HandleTypeOrValue()
281 ApplyTransformation(TransformationAddTypeVector( in HandleTypeOrValue()
300 ApplyTransformation(TransformationAddTypeMatrix( in HandleTypeOrValue()
316 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
338 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
358 ApplyTransformation( in HandleTypeOrValue()
370 ApplyTransformation(TransformationAddTypePointer( in HandleTypeOrValue()
421 ApplyTransformation(TransformationAddTypeFunction( in HandleTypeOrValue()
[all …]
Dfuzzer_pass_wrap_vector_synonym.cpp115 ApplyTransformation(TransformationCompositeConstruct( in Apply()
122 ApplyTransformation(TransformationCompositeConstruct( in Apply()
137 ApplyTransformation(TransformationWrapVectorSynonym( in Apply()
Dfuzzer_pass_add_local_variables.cpp66 ApplyTransformation(TransformationAddTypePointer( in Apply()
75 ApplyTransformation(TransformationAddLocalVariable( in Apply()
Dfuzzer_pass_add_equation_instructions.cpp142 ApplyTransformation(TransformationEquationInstruction( in Apply()
194 ApplyTransformation(TransformationEquationInstruction( in Apply()
246 ApplyTransformation(TransformationEquationInstruction( in Apply()
260 ApplyTransformation(TransformationEquationInstruction( in Apply()
276 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dfuzzer_pass_add_function_calls.cpp100 ApplyTransformation(TransformationFunctionCall( in Apply()
178 ApplyTransformation(TransformationAddLocalVariable( in ChooseFunctionCallArguments()
189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass_apply_id_synonyms.cpp39 ApplyTransformation(TransformationComputeDataSynonymFactClosure( in Apply()
162 ApplyTransformation(TransformationCompositeExtract( in Apply()
174 ApplyTransformation(TransformationReplaceIdWithSynonym( in Apply()
Dfuzzer_pass_add_global_variables.cpp78 ApplyTransformation(TransformationAddTypePointer( in Apply()
87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
Dfuzzer_pass_add_composite_types.cpp96 ApplyTransformation(TransformationAddTypeArray( in AddNewArrayType()
108 ApplyTransformation(TransformationAddTypeStruct( in AddNewStructType()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass.cpp188 void FuzzerPass::ApplyTransformation(const Transformation& transformation) { in ApplyTransformation() function in spvtools::fuzz::FuzzerPass
236 ApplyTransformation(TransformationAddTypeBoolean(result)); in FindOrCreateBoolType()
247 ApplyTransformation(TransformationAddTypeInt(result, width, is_signed)); in FindOrCreateIntegerType()
258 ApplyTransformation(TransformationAddTypeFloat(result, width)); in FindOrCreateFloatType()
277 ApplyTransformation( in FindOrCreateFunctionType()
295 ApplyTransformation( in FindOrCreateVectorType()
316 ApplyTransformation( in FindOrCreateMatrixType()
328 ApplyTransformation(TransformationAddTypeStruct(new_id, component_type_ids)); in FindOrCreateStructType()
342 ApplyTransformation( in FindOrCreatePointerType()
363 ApplyTransformation(TransformationAddConstantScalar(result, int_type_id, in FindOrCreateIntegerConstant()
[all …]
Dfuzzer_pass_donate_modules.cpp228 ApplyTransformation(TransformationAddTypeBoolean(new_result_id)); in HandleTypeOrValue()
245 ApplyTransformation( in HandleTypeOrValue()
258 ApplyTransformation(TransformationAddTypeFloat(new_result_id, width)); in HandleTypeOrValue()
281 ApplyTransformation(TransformationAddTypeVector( in HandleTypeOrValue()
300 ApplyTransformation(TransformationAddTypeMatrix( in HandleTypeOrValue()
316 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
338 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
358 ApplyTransformation( in HandleTypeOrValue()
370 ApplyTransformation(TransformationAddTypePointer( in HandleTypeOrValue()
421 ApplyTransformation(TransformationAddTypeFunction( in HandleTypeOrValue()
[all …]
Dfuzzer_pass_wrap_vector_synonym.cpp115 ApplyTransformation(TransformationCompositeConstruct( in Apply()
122 ApplyTransformation(TransformationCompositeConstruct( in Apply()
137 ApplyTransformation(TransformationWrapVectorSynonym( in Apply()
Dfuzzer_pass_add_local_variables.cpp66 ApplyTransformation(TransformationAddTypePointer( in Apply()
75 ApplyTransformation(TransformationAddLocalVariable( in Apply()
Dfuzzer_pass_add_equation_instructions.cpp142 ApplyTransformation(TransformationEquationInstruction( in Apply()
194 ApplyTransformation(TransformationEquationInstruction( in Apply()
246 ApplyTransformation(TransformationEquationInstruction( in Apply()
260 ApplyTransformation(TransformationEquationInstruction( in Apply()
276 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dfuzzer_pass_add_function_calls.cpp100 ApplyTransformation(TransformationFunctionCall( in Apply()
178 ApplyTransformation(TransformationAddLocalVariable( in ChooseFunctionCallArguments()
189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass_apply_id_synonyms.cpp39 ApplyTransformation(TransformationComputeDataSynonymFactClosure( in Apply()
162 ApplyTransformation(TransformationCompositeExtract( in Apply()
174 ApplyTransformation(TransformationReplaceIdWithSynonym( in Apply()
Dfuzzer_pass_add_global_variables.cpp78 ApplyTransformation(TransformationAddTypePointer( in Apply()
87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass.cpp192 ApplyTransformation(TransformationAddTypeBoolean(result)); in FindOrCreateBoolType()
203 ApplyTransformation(TransformationAddTypeInt(result, width, is_signed)); in FindOrCreateIntegerType()
214 ApplyTransformation(TransformationAddTypeFloat(result, width)); in FindOrCreateFloatType()
233 ApplyTransformation( in FindOrCreateFunctionType()
251 ApplyTransformation( in FindOrCreateVectorType()
272 ApplyTransformation( in FindOrCreateMatrixType()
284 ApplyTransformation(TransformationAddTypeStruct(new_id, component_type_ids)); in FindOrCreateStructType()
298 ApplyTransformation( in FindOrCreatePointerType()
319 ApplyTransformation(TransformationAddConstantScalar(result, int_type_id, in FindOrCreateIntegerConstant()
333 ApplyTransformation(TransformationAddConstantScalar(result, float_type_id, in FindOrCreateFloatConstant()
[all …]
Dfuzzer_pass_donate_modules.cpp227 ApplyTransformation(TransformationAddTypeBoolean(new_result_id)); in HandleTypeOrValue()
244 ApplyTransformation( in HandleTypeOrValue()
257 ApplyTransformation(TransformationAddTypeFloat(new_result_id, width)); in HandleTypeOrValue()
280 ApplyTransformation(TransformationAddTypeVector( in HandleTypeOrValue()
299 ApplyTransformation(TransformationAddTypeMatrix( in HandleTypeOrValue()
315 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
337 ApplyTransformation(TransformationAddTypeArray( in HandleTypeOrValue()
357 ApplyTransformation( in HandleTypeOrValue()
369 ApplyTransformation(TransformationAddTypePointer( in HandleTypeOrValue()
420 ApplyTransformation(TransformationAddTypeFunction( in HandleTypeOrValue()
[all …]
Dfuzzer_pass_add_local_variables.cpp61 ApplyTransformation(TransformationAddTypePointer( in Apply()
70 ApplyTransformation(TransformationAddLocalVariable( in Apply()
Dfuzzer_pass_add_global_variables.cpp73 ApplyTransformation(TransformationAddTypePointer( in Apply()
82 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
Dfuzzer_pass_add_equation_instructions.cpp141 ApplyTransformation(TransformationEquationInstruction( in Apply()
193 ApplyTransformation(TransformationEquationInstruction( in Apply()
245 ApplyTransformation(TransformationEquationInstruction( in Apply()
259 ApplyTransformation(TransformationEquationInstruction( in Apply()
275 ApplyTransformation(TransformationEquationInstruction( in Apply()
Dfuzzer_pass_apply_id_synonyms.cpp38 ApplyTransformation(TransformationComputeDataSynonymFactClosure( in Apply()
161 ApplyTransformation(TransformationCompositeExtract( in Apply()
173 ApplyTransformation(TransformationReplaceIdWithSynonym( in Apply()
Dfuzzer_pass_add_function_calls.cpp99 ApplyTransformation(TransformationFunctionCall( in Apply()
177 ApplyTransformation(TransformationAddLocalVariable( in ChooseFunctionCallArguments()
188 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass_add_image_sample_unused_components.cpp178 ApplyTransformation(TransformationCompositeConstruct( in Apply()
190 ApplyTransformation(TransformationAddImageSampleUnusedComponents( in Apply()

12345678