Searched refs:IsVariableActive (Results 1 – 1 of 1) sorted by relevance
58 bool IsVariableActive(const std::vector<Variable> &mVars, const ImmutableString &name) in IsVariableActive() function102 removeDeclaration = !IsVariableActive(mInterfaceBlocks, type.getInterfaceBlock()->name()); in visitDeclaration()106 removeDeclaration = !IsVariableActive(mUniforms, asSymbol->getName()); in visitDeclaration()110 removeDeclaration = !IsVariableActive(mAttributes, asSymbol->getName()); in visitDeclaration()114 removeDeclaration = !IsVariableActive(mInputVaryings, asSymbol->getName()); in visitDeclaration()118 removeDeclaration = !IsVariableActive(mOutputVariables, asSymbol->getName()); in visitDeclaration()