/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.cpp | 83 if (memory_model_) DELEGATE(memory_model_); in ForEachInst() 101 if (memory_model_) DELEGATE(memory_model_); in ForEachInst()
|
D | module.h | 161 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/ |
D | val_code_generator.cpp | 128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator() 138 ss << memory_model_; in Build()
|
D | val_code_generator.h | 40 std::string memory_model_; variable
|
D | val_small_type_uses_test.cpp | 48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
|
D | val_constants_test.cpp | 390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_code_generator.cpp | 128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator() 138 ss << memory_model_; in Build()
|
D | val_code_generator.h | 40 std::string memory_model_; variable
|
D | val_small_type_uses_test.cpp | 48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
|
D | val_constants_test.cpp | 390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
|
/third_party/spirv-tools/test/val/ |
D | val_code_generator.cpp | 128 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetDefaultShaderCodeGenerator() 138 ss << memory_model_; in Build()
|
D | val_code_generator.h | 40 std::string memory_model_; variable
|
D | val_small_type_uses_test.cpp | 48 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallTypesGenerator()
|
D | val_constants_test.cpp | 390 generator.memory_model_ = "OpMemoryModel Logical GLSL450\n"; in GetSmallStorageCodeGenerator()
|
/third_party/spirv-tools/source/opt/ |
D | module.cpp | 92 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()
|
D | module.h | 160 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/ |
D | module.cpp | 92 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()
|
D | module.h | 160 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/ |
D | module.cpp | 92 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()
|
D | module.h | 160 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/ |
D | validation_state.cpp | 150 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/ |
D | builder.h | 150 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/ |
D | validation_state.h | 362 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified() 835 SpvMemoryModel memory_model_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 348 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/ |
D | validation_state.h | 348 memory_model_ != SpvMemoryModelMax; in has_memory_model_specified() 842 SpvMemoryModel memory_model_; variable
|