Home
last modified time | relevance | path

Searched refs:getGlobalScope (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgShader.hpp103 VariableScope& getGlobalScope (void) { return m_globalScope; } in getGlobalScope() function in rsg::Shader
DrsgShaderGenerator.cpp176 VariableScope& globalVariableScope = shader.getGlobalScope(); in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h33 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h31 virtual std::unique_ptr<PDBSymbolExe> getGlobalScope() = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h41 std::unique_ptr<PDBSymbolExe> getGlobalScope() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp87 std::unique_ptr<PDBSymbolExe> NativeSession::getGlobalScope() { in getGlobalScope() function in NativeSession
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp148 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() { in getGlobalScope() function in DIASession