Home
last modified time | relevance | path

Searched refs:AddPointerToType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.h46 uint32_t AddPointerToType(uint32_t type_id, SpvStorageClass storage_class);
Dinline_pass.cpp35 uint32_t InlinePass::AddPointerToType(uint32_t type_id, in AddPointerToType() function in spvtools::opt::InlinePass
174 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinline_pass.h45 uint32_t AddPointerToType(uint32_t type_id, SpvStorageClass storage_class);
Dinline_pass.cpp35 uint32_t InlinePass::AddPointerToType(uint32_t type_id, in AddPointerToType() function in spvtools::opt::InlinePass
158 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar()