Home
last modified time | relevance | path

Searched refs:GetPointeeTypeIdFromPointerType (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp86 uint32_t target_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
88 uint32_t source_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_mutate_pointer.cpp72 fuzzerutil::GetPointeeTypeIdFromPointerType(ir_context, in IsApplicable()
98 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_load.cpp177 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
198 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_add_copy_memory.cpp73 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in IsApplicable()
109 fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_mutate_pointers.cpp62 FindOrCreateZeroConstant(fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_add_copy_memory.cpp67 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_util.h252 uint32_t GetPointeeTypeIdFromPointerType(opt::Instruction* pointer_type_inst);
256 uint32_t GetPointeeTypeIdFromPointerType(opt::IRContext* context,
Dfuzzer_pass_add_function_calls.cpp173 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in ChooseFunctionCallArguments()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp86 uint32_t target_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
88 uint32_t source_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_mutate_pointer.cpp72 fuzzerutil::GetPointeeTypeIdFromPointerType(ir_context, in IsApplicable()
98 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_load.cpp177 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
198 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_add_copy_memory.cpp73 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in IsApplicable()
109 fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_add_copy_memory.cpp67 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_mutate_pointers.cpp62 FindOrCreateZeroConstant(fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_util.h252 uint32_t GetPointeeTypeIdFromPointerType(opt::Instruction* pointer_type_inst);
256 uint32_t GetPointeeTypeIdFromPointerType(opt::IRContext* context,
Dfuzzer_pass_add_function_calls.cpp173 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in ChooseFunctionCallArguments()
Dfuzzer_util.cpp769 uint32_t GetPointeeTypeIdFromPointerType(opt::Instruction* pointer_type_inst) { in GetPointeeTypeIdFromPointerType() function
775 uint32_t GetPointeeTypeIdFromPointerType(opt::IRContext* context, in GetPointeeTypeIdFromPointerType() function
777 return GetPointeeTypeIdFromPointerType( in GetPointeeTypeIdFromPointerType()
912 GetPointeeTypeIdFromPointerType(type_inst) == in AddGlobalVariable()
951 GetPointeeTypeIdFromPointerType(type_inst) == in AddLocalVariable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_copy_memory_with_load_store.cpp86 uint32_t target_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
88 uint32_t source_pointee_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_mutate_pointer.cpp72 fuzzerutil::GetPointeeTypeIdFromPointerType(ir_context, in IsApplicable()
98 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_load.cpp177 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
198 uint32_t result_type = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dtransformation_add_copy_memory.cpp73 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in IsApplicable()
109 fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_add_copy_memory.cpp67 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_pass_mutate_pointers.cpp62 FindOrCreateZeroConstant(fuzzerutil::GetPointeeTypeIdFromPointerType( in Apply()
Dfuzzer_util.h252 uint32_t GetPointeeTypeIdFromPointerType(opt::Instruction* pointer_type_inst);
256 uint32_t GetPointeeTypeIdFromPointerType(opt::IRContext* context,
Dfuzzer_pass_add_function_calls.cpp173 auto pointee_type_id = fuzzerutil::GetPointeeTypeIdFromPointerType( in ChooseFunctionCallArguments()

12