Home
last modified time | relevance | path

Searched refs:GetMemoryModel (Results 1 – 14 of 14) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.h162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function
163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
Dgraphics_robust_access_pass.cpp212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function
163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
Dgraphics_robust_access_pass.cpp212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmodule.h162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function
163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
Dgraphics_robust_access_pass.cpp212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp2013 id_map_.MapInsts(src_->GetMemoryModel(), dst_->GetMemoryModel()); in MatchMemoryModel()
2721 return DoInstructionsMatch(src_->GetMemoryModel(), in Output()
2722 dst_->GetMemoryModel()); in Output()
2725 write_inst(*src_->GetMemoryModel(), src_id_to_, in Output()
2726 *src_->GetMemoryModel()); in Output()
2729 write_inst(*dst_->GetMemoryModel(), dst_id_to_, in Output()
2730 *dst_->GetMemoryModel()); in Output()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp2013 id_map_.MapInsts(src_->GetMemoryModel(), dst_->GetMemoryModel()); in MatchMemoryModel()
2721 return DoInstructionsMatch(src_->GetMemoryModel(), in Output()
2722 dst_->GetMemoryModel()); in Output()
2725 write_inst(*src_->GetMemoryModel(), src_id_to_, in Output()
2726 *src_->GetMemoryModel()); in Output()
2729 write_inst(*dst_->GetMemoryModel(), dst_id_to_, in Output()
2730 *dst_->GetMemoryModel()); in Output()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp266 input_modules.front()->GetMemoryModel(); in MergeModules()
278 const Instruction* memory_model_inst = module->GetMemoryModel(); in MergeModules()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/link/
Dlinker.cpp266 input_modules.front()->GetMemoryModel(); in MergeModules()
278 const Instruction* memory_model_inst = module->GetMemoryModel(); in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp266 input_modules.front()->GetMemoryModel(); in MergeModules()
278 const Instruction* memory_model_inst = module->GetMemoryModel(); in MergeModules()