Home
last modified time | relevance | path

Searched refs:memory_model_ (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp92 if (memory_model_) memory_model_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst()
110 if (memory_model_) in ForEachInst()
111 static_cast<const Instruction*>(memory_model_.get()) in ForEachInst()
Dmodule.h149 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel()
151 return memory_model_.get(); in GetMemoryModel()
272 std::unique_ptr<Instruction> memory_model_; variable
300 memory_model_ = std::move(m); in SetMemoryModel()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp92 if (memory_model_) memory_model_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst()
110 if (memory_model_) in ForEachInst()
111 static_cast<const Instruction*>(memory_model_.get()) in ForEachInst()
Dmodule.h149 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel()
151 return memory_model_.get(); in GetMemoryModel()
272 std::unique_ptr<Instruction> memory_model_; variable
300 memory_model_ = std::move(m); in SetMemoryModel()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h336 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
658 SpvMemoryModel memory_model_; variable
Dvalidation_state.cpp173 memory_model_(SpvMemoryModelMax),
445 memory_model_ = mm; in set_memory_model()
448 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h341 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
674 SpvMemoryModel memory_model_; variable
Dvalidation_state.cpp173 memory_model_(SpvMemoryModelMax),
462 memory_model_ = mm; in set_memory_model()
465 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp74 std::string memory_model_; member in spvtools::val::__anonbcd125c10111::CodeGenerator
86 ss << memory_model_; in Build()
207 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp74 std::string memory_model_; member in spvtools::val::__anondb1d82bb0111::CodeGenerator
86 ss << memory_model_; in Build()
207 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator()