Home
last modified time | relevance | path

Searched refs:structVariable (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp72 TVariable *structVariable = in doReplacement() local
74 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
/external/angle/src/compiler/translator/
DCompiler.cpp1773 TVariable *structVariable = in pruneUnusedFunctions() local
1775 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1153 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local
1159 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()