Searched refs:mInterfaceBlocks (Results 1 – 4 of 4) sorted by relevance
41 const std::vector<sh::InterfaceBlock> &mInterfaceBlocks; member in sh::__anon2f5da7140111::RemoveInactiveInterfaceVariablesTraverser56 mInterfaceBlocks(interfaceBlocks) in RemoveInactiveInterfaceVariablesTraverser()111 !IsVariableActive(mInterfaceBlocks, type.getInterfaceBlock()->name()); in visitDeclaration()
1258 ASSERT(mInterfaceBlocks.empty()); in collectInterfaceBlocks()1259 mInterfaceBlocks.reserve(mUniformBlocks.size() + mShaderStorageBlocks.size()); in collectInterfaceBlocks()1260 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mUniformBlocks.begin(), mUniformBlocks.end()); in collectInterfaceBlocks()1261 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mShaderStorageBlocks.begin(), in collectInterfaceBlocks()1298 mInterfaceBlocks.clear(); in clearResults()
125 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return mInterfaceBlocks; } in getInterfaceBlocks()217 std::vector<sh::InterfaceBlock> mInterfaceBlocks; variable
36 Remapping<TInterfaceBlock> mInterfaceBlocks; member in __anonee6fe59a0111::Rewriter213 return tryGetRenamedImpl(interfaceBlock, &mInterfaceBlocks); in tryGetRenamed()