Home
last modified time | relevance | path

Searched defs:GetConstants (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp56 std::vector<Instruction*> Module::GetConstants() { in GetConstants() function in spvtools::opt::Module
64 std::vector<const Instruction*> Module::GetConstants() const { in GetConstants() function in spvtools::opt::Module
Dir_context.h750 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
754 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp56 std::vector<Instruction*> Module::GetConstants() { in GetConstants() function in spvtools::opt::Module
64 std::vector<const Instruction*> Module::GetConstants() const { in GetConstants() function in spvtools::opt::Module
Dir_context.h768 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
772 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function