Searched refs:structVariable (Results 1 – 3 of 3) sorted by relevance
75 TVariable *structVariable = in doReplacement() local77 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
73 TVariable *structVariable = in doReplacement() local75 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
1150 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local1156 structVariable.append("[0]"); in checkVarying()1169 structVariable.append("["); in checkVarying()1170 structVariable.append(buffer); in checkVarying()1171 structVariable.append("]"); in checkVarying()1175 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()1189 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()