Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp92 if (memory_model_) memory_model_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst()
114 if (memory_model_) in ForEachInst()
115 static_cast<const Instruction*>(memory_model_.get()) in ForEachInst()
Dmodule.h160 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel()
162 return memory_model_.get(); in GetMemoryModel()
288 std::unique_ptr<Instruction> memory_model_; variable
324 memory_model_ = std::move(m); in SetMemoryModel()
/third_party/spirv-tools/source/opt/
Dmodule.cpp92 if (memory_model_) memory_model_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst()
116 if (memory_model_) in ForEachInst()
117 static_cast<const Instruction*>(memory_model_.get()) in ForEachInst()
Dmodule.h165 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel()
167 return memory_model_.get(); in GetMemoryModel()
301 std::unique_ptr<Instruction> memory_model_; variable
339 memory_model_ = std::move(m); in SetMemoryModel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp92 if (memory_model_) memory_model_->ForEachInst(f, run_on_debug_line_insts); in ForEachInst()
114 if (memory_model_) in ForEachInst()
115 static_cast<const Instruction*>(memory_model_.get()) in ForEachInst()
Dmodule.h160 inline Instruction* GetMemoryModel() { return memory_model_.get(); } in GetMemoryModel()
162 return memory_model_.get(); in GetMemoryModel()
288 std::unique_ptr<Instruction> memory_model_; variable
324 memory_model_ = std::move(m); in SetMemoryModel()
/third_party/spirv-tools/test/val/
Dval_code_generator.cpp128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator()
138 ss << memory_model_; in Build()
Dval_code_generator.h40 std::string memory_model_; variable
Dval_small_type_uses_test.cpp48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
Dval_constants_test.cpp390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_code_generator.cpp128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator()
138 ss << memory_model_; in Build()
Dval_code_generator.h40 std::string memory_model_; variable
Dval_small_type_uses_test.cpp48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
Dval_constants_test.cpp390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_code_generator.cpp128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator()
138 ss << memory_model_; in Build()
Dval_code_generator.h40 std::string memory_model_; variable
Dval_small_type_uses_test.cpp48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
Dval_constants_test.cpp390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h150 memory_model_.push_back(Instruction{op, operands}); in push_memory_model()
153 const InstructionList& memory_model() const { return memory_model_; } in memory_model()
584 InstructionList memory_model_; variable
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h348 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
842 SpvMemoryModel memory_model_; variable
Dvalidation_state.cpp162 memory_model_(SpvMemoryModelMax),
455 memory_model_ = mm; in set_memory_model()
458 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h348 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
842 SpvMemoryModel memory_model_; variable
Dvalidation_state.cpp162 memory_model_(SpvMemoryModelMax),
455 memory_model_ = mm; in set_memory_model()
458 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()
/third_party/spirv-tools/source/val/
Dvalidation_state.h347 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
887 SpvMemoryModel memory_model_; variable
Dvalidation_state.cpp164 memory_model_(SpvMemoryModelMax),
477 memory_model_ = mm; in set_memory_model()
480 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()

12