Home
last modified time | relevance | path

Searched refs:mInterfaceBlocks (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp43 const std::vector<sh::InterfaceBlock> &mInterfaceBlocks; member in sh::__anon4ecd79e50111::RemoveInactiveInterfaceVariablesTraverser
60 mInterfaceBlocks(interfaceBlocks), in RemoveInactiveInterfaceVariablesTraverser()
116 !IsVariableActive(mInterfaceBlocks, type.getInterfaceBlock()->name()); in visitDeclaration()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1084 ASSERT(mInterfaceBlocks.empty()); in collectInterfaceBlocks()
1085 mInterfaceBlocks.reserve(mUniformBlocks.size() + mShaderStorageBlocks.size() + in collectInterfaceBlocks()
1087 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mUniformBlocks.begin(), mUniformBlocks.end()); in collectInterfaceBlocks()
1088 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mShaderStorageBlocks.begin(), in collectInterfaceBlocks()
1090 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mInBlocks.begin(), mInBlocks.end()); in collectInterfaceBlocks()
1106 mInterfaceBlocks.clear(); in clearResults()
DCompiler.h113 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return mInterfaceBlocks; } in getInterfaceBlocks()
176 std::vector<sh::InterfaceBlock> mInterfaceBlocks; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1340 ASSERT(mInterfaceBlocks.empty()); in collectInterfaceBlocks()
1341 mInterfaceBlocks.reserve(mUniformBlocks.size() + mShaderStorageBlocks.size()); in collectInterfaceBlocks()
1342 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mUniformBlocks.begin(), mUniformBlocks.end()); in collectInterfaceBlocks()
1343 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mShaderStorageBlocks.begin(), in collectInterfaceBlocks()
1360 mInterfaceBlocks.clear(); in clearResults()
DCompiler.h130 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return mInterfaceBlocks; } in getInterfaceBlocks()
230 std::vector<sh::InterfaceBlock> mInterfaceBlocks; variable