Searched refs:deco_mgr (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 460 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetUintXRuntimeArrayType() local 475 deco_mgr->AddDecorationVal(uint_arr_ty_id, SpvDecorationArrayStride, in GetUintXRuntimeArrayType() 499 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId() local 515 deco_mgr->AddDecoration(obufTyId, SpvDecorationBlock); in GetOutputBufferId() 516 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputSizeOffset, in GetOutputBufferId() 518 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId() 528 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationDescriptorSet, in GetOutputBufferId() 530 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationBinding, in GetOutputBufferId() 547 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetInputBufferId() local 562 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 460 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetUintXRuntimeArrayType() local 475 deco_mgr->AddDecorationVal(uint_arr_ty_id, SpvDecorationArrayStride, in GetUintXRuntimeArrayType() 499 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId() local 515 deco_mgr->AddDecoration(obufTyId, SpvDecorationBlock); in GetOutputBufferId() 516 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputSizeOffset, in GetOutputBufferId() 518 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId() 528 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationDescriptorSet, in GetOutputBufferId() 530 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationBinding, in GetOutputBufferId() 547 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetInputBufferId() local 562 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 507 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetUintXRuntimeArrayType() local 522 deco_mgr->AddDecorationVal(uint_arr_ty_id, SpvDecorationArrayStride, in GetUintXRuntimeArrayType() 546 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetOutputBufferId() local 562 deco_mgr->AddDecoration(obufTyId, SpvDecorationBlock); in GetOutputBufferId() 563 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputSizeOffset, in GetOutputBufferId() 565 deco_mgr->AddMemberDecoration(obufTyId, kDebugOutputDataOffset, in GetOutputBufferId() 579 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationDescriptorSet, in GetOutputBufferId() 581 deco_mgr->AddDecorationVal(output_buffer_id_, SpvDecorationBinding, in GetOutputBufferId() 598 analysis::DecorationManager* deco_mgr = get_decoration_mgr(); in GetInputBufferId() local 613 deco_mgr->AddDecoration(ibufTyId, SpvDecorationBlock); in GetInputBufferId() [all …]
|
D | eliminate_dead_input_components_pass.cpp | 171 analysis::DecorationManager* deco_mgr = context()->get_decoration_mgr(); in ChangeStructLength() local 172 deco_mgr->CloneDecorations(old_struct_ty_id, new_struct_ty_id); in ChangeStructLength()
|