Searched refs:ibufTyId (Results 1 – 3 of 3) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 604 uint32_t ibufTyId = type_mgr->GetTypeInstruction(reg_buf_ty); in GetInputBufferId() local 611 assert(context()->get_def_use_mgr()->NumUses(ibufTyId) == 0 && in GetInputBufferId() 613 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() 614 deco_mgr->AddMemberDecoration(ibufTyId, 0, SpvDecorationOffset, 0); in GetInputBufferId() 616 type_mgr->FindPointerToType(ibufTyId, SpvStorageClassStorageBuffer); in GetInputBufferId() 623 context()->AddDebug2Inst(NewGlobalName(ibufTyId, "InputBuffer")); in GetInputBufferId() 624 context()->AddDebug2Inst(NewMemberName(ibufTyId, 0, "data")); in GetInputBufferId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 553 uint32_t ibufTyId = type_mgr->GetTypeInstruction(reg_buf_ty); in GetInputBufferId() local 560 assert(context()->get_def_use_mgr()->NumUses(ibufTyId) == 0 && in GetInputBufferId() 562 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() 563 deco_mgr->AddMemberDecoration(ibufTyId, 0, SpvDecorationOffset, 0); in GetInputBufferId() 565 type_mgr->FindPointerToType(ibufTyId, SpvStorageClassStorageBuffer); in GetInputBufferId()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 553 uint32_t ibufTyId = type_mgr->GetTypeInstruction(reg_buf_ty); in GetInputBufferId() local 560 assert(context()->get_def_use_mgr()->NumUses(ibufTyId) == 0 && in GetInputBufferId() 562 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() 563 deco_mgr->AddMemberDecoration(ibufTyId, 0, SpvDecorationOffset, 0); in GetInputBufferId() 565 type_mgr->FindPointerToType(ibufTyId, SpvStorageClassStorageBuffer); in GetInputBufferId()
|