Searched refs:structVariable (Results 1 – 6 of 6) sorted by relevance
65 TVariable *structVariable = in doReplacement() local67 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
72 TVariable *structVariable = in doReplacement() local74 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
131 TVariable *structVariable = in separateDeclarator() local135 structDeclaration->appendDeclarator(new TIntermSymbol(structVariable)); in separateDeclarator()
75 TVariable *structVariable = in doReplacement() local77 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
1523 TVariable *structVariable = in pruneUnusedFunctions() local1525 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions()
1152 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local1158 structVariable.append("[0]"); in checkVarying()1171 structVariable.append("["); in checkVarying()1172 structVariable.append(buffer); in checkVarying()1173 structVariable.append("]"); in checkVarying()1177 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()1191 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()