Searched refs:structVariable (Results 1 – 3 of 3) sorted by relevance
72 TVariable *structVariable = in doReplacement() local74 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
1773 TVariable *structVariable = in pruneUnusedFunctions() local1775 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions()
1153 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local1159 structVariable.append("[0]"); in checkVarying()1172 structVariable.append("["); in checkVarying()1173 structVariable.append(buffer); in checkVarying()1174 structVariable.append("]"); in checkVarying()1178 … bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()1192 …bool member_result = verifyVarying(program, structVariable, member, stream, is_inp… in checkVarying()