Home
last modified time | relevance | path

Searched refs:FindOrCreatePointerType (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp78 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
Dfuzzer_pass_add_copy_memory.cpp71 FindOrCreatePointerType(pointee_type_id, storage_class); in Apply()
Dfuzzer_pass_replace_parameter_with_global.cpp75 FindOrCreatePointerType(replaced_param->type_id(), SpvStorageClassPrivate); in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp121 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
Dfuzzer_pass_add_access_chains.cpp180 FindOrCreatePointerType(subobject_type_id, in Apply()
Dfuzzer_pass.h161 uint32_t FindOrCreatePointerType(uint32_t base_type_id,
Dfuzzer_pass.cpp332 uint32_t FuzzerPass::FindOrCreatePointerType(uint32_t base_type_id, in FindOrCreatePointerType() function in spvtools::fuzz::FuzzerPass
349 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType()
Dfuzzer_pass_obfuscate_constants.cpp382 FindOrCreatePointerType(element_type_id, SpvStorageClassUniform); in ObfuscateScalarConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp78 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
Dfuzzer_pass_add_copy_memory.cpp71 FindOrCreatePointerType(pointee_type_id, storage_class); in Apply()
Dfuzzer_pass_replace_parameter_with_global.cpp75 FindOrCreatePointerType(replaced_param->type_id(), SpvStorageClassPrivate); in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp121 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
Dfuzzer_pass_add_access_chains.cpp180 FindOrCreatePointerType(subobject_type_id, in Apply()
Dfuzzer_pass.h161 uint32_t FindOrCreatePointerType(uint32_t base_type_id,
Dfuzzer_pass.cpp332 uint32_t FuzzerPass::FindOrCreatePointerType(uint32_t base_type_id, in FindOrCreatePointerType() function in spvtools::fuzz::FuzzerPass
349 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType()
Dfuzzer_pass_obfuscate_constants.cpp382 FindOrCreatePointerType(element_type_id, SpvStorageClassUniform); in ObfuscateScalarConstant()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_parameter_with_global.cpp75 FindOrCreatePointerType(replaced_param->type_id(), in Apply()
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp79 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
Dfuzzer_pass_add_copy_memory.cpp71 FindOrCreatePointerType(pointee_type_id, storage_class); in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp122 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
Dfuzzer_pass_add_access_chains.cpp181 FindOrCreatePointerType(subobject_type_id, in Apply()
Dfuzzer_pass.h161 uint32_t FindOrCreatePointerType(uint32_t base_type_id,
Dfuzzer_pass.cpp333 uint32_t FuzzerPass::FindOrCreatePointerType(uint32_t base_type_id, in FindOrCreatePointerType() function in spvtools::fuzz::FuzzerPass
350 return FindOrCreatePointerType(FindOrCreateIntegerType(width, is_signed), in FindOrCreatePointerToIntegerType()
Dfuzzer_pass_obfuscate_constants.cpp384 FindOrCreatePointerType(element_type_id, spv::StorageClass::Uniform); in ObfuscateScalarConstant()