Searched refs:calleeTypeId (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_pass.cpp | 188 const uint32_t calleeTypeId = calleeFn->type_id(); in CreateReturnVar() local 190 assert(type_mgr->GetType(calleeTypeId)->AsVoid() == nullptr && in CreateReturnVar() 194 type_mgr->FindPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 197 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 579 const uint32_t calleeTypeId = calleeFn->type_id(); in GenInlineCode() local 581 analysis::Type* calleeType = context()->get_type_mgr()->GetType(calleeTypeId); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.cpp | 188 const uint32_t calleeTypeId = calleeFn->type_id(); in CreateReturnVar() local 190 assert(type_mgr->GetType(calleeTypeId)->AsVoid() == nullptr && in CreateReturnVar() 194 type_mgr->FindPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 197 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 579 const uint32_t calleeTypeId = calleeFn->type_id(); in GenInlineCode() local 581 analysis::Type* calleeType = context()->get_type_mgr()->GetType(calleeTypeId); in GenInlineCode() 629 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|
/third_party/spirv-tools/source/opt/ |
D | inline_pass.cpp | 188 const uint32_t calleeTypeId = calleeFn->type_id(); in CreateReturnVar() local 190 assert(type_mgr->GetType(calleeTypeId)->AsVoid() == nullptr && in CreateReturnVar() 194 type_mgr->FindPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 197 returnVarTypeId = AddPointerToType(calleeTypeId, SpvStorageClassFunction); in CreateReturnVar() 610 const uint32_t calleeTypeId = calleeFn->type_id(); in GenInlineCode() local 612 analysis::Type* calleeType = context()->get_type_mgr()->GetType(calleeTypeId); in GenInlineCode() 660 AddLoad(calleeTypeId, resId, returnVarId, &new_blk_ptr, in GenInlineCode()
|