Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp83 if (memory_model_) DELEGATE(memory_model_); in ForEachInst()
101 if (memory_model_) DELEGATE(memory_model_); in ForEachInst()
Dmodule.h161 std::unique_ptr<Instruction> memory_model_; variable
184 memory_model_ = std::move(m); in SetMemoryModel()
/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/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/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/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/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/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/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp150 memory_model_(SpvMemoryModelSimple),
333 memory_model_ = mm; in set_memory_model()
336 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model()
/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/spirv-tools/source/val/
Dvalidation_state.h362 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified()
835 SpvMemoryModel 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
/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

12