Searched refs:GetMemoryModel (Results 1 – 14 of 14) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.h | 162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function 163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
|
D | upgrade_memory_model.cpp | 36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() 56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
|
D | graphics_robust_access_pass.cpp | 212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function 163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
|
D | upgrade_memory_model.cpp | 36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() 56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
|
D | graphics_robust_access_pass.cpp | 212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | module.h | 162 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel() function 163 inline const Instruction* GetMemoryModel() const { in GetMemoryModel() function
|
D | upgrade_memory_model.cpp | 36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() 56 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
|
D | graphics_robust_access_pass.cpp | 212 auto* inst = context()->module()->GetMemoryModel(); in IsCompatibleModule()
|
/external/swiftshader/third_party/SPIRV-Tools/source/diff/ |
D | diff.cpp | 2013 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/ |
D | diff.cpp | 2013 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/ |
D | linker.cpp | 266 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/ |
D | linker.cpp | 266 input_modules.front()->GetMemoryModel(); in MergeModules() 278 const Instruction* memory_model_inst = module->GetMemoryModel(); in MergeModules()
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 266 input_modules.front()->GetMemoryModel(); in MergeModules() 278 const Instruction* memory_model_inst = module->GetMemoryModel(); in MergeModules()
|