Home
last modified time | relevance | path

Searched refs:mAttributes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp39 const std::vector<sh::ShaderVariable> &mAttributes; member in sh::__anon052867d20111::RemoveInactiveInterfaceVariablesTraverser
56 mAttributes(attributes), in RemoveInactiveInterfaceVariablesTraverser()
125 removeDeclaration = !IsVariableActive(mAttributes, asSymbol->getName()); in visitDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h125 const std::vector<sh::ShaderVariable> &getAttributes() const { return mAttributes; } in getAttributes()
224 std::vector<sh::ShaderVariable> mAttributes; variable
DCompiler.cpp966 CollectVariables(root, &mAttributes, &mOutputVariables, &mUniforms, &mInputVaryings, in checkAndSimplifyAST()
1354 mAttributes.clear(); in clearResults()
DTranslatorMetalDirect.cpp792 for (const ShaderVariable &var : mAttributes) in translateImpl()