Searched refs:mAttributes (Results 1 – 4 of 4) sorted by relevance
39 const std::vector<sh::ShaderVariable> &mAttributes; member in sh::__anon052867d20111::RemoveInactiveInterfaceVariablesTraverser56 mAttributes(attributes), in RemoveInactiveInterfaceVariablesTraverser()125 removeDeclaration = !IsVariableActive(mAttributes, asSymbol->getName()); in visitDeclaration()
125 const std::vector<sh::ShaderVariable> &getAttributes() const { return mAttributes; } in getAttributes()224 std::vector<sh::ShaderVariable> mAttributes; variable
966 CollectVariables(root, &mAttributes, &mOutputVariables, &mUniforms, &mInputVaryings, in checkAndSimplifyAST()1354 mAttributes.clear(); in clearResults()
792 for (const ShaderVariable &var : mAttributes) in translateImpl()