Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp75 TVariable *structVariable = in doReplacement() local
77 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DSeparateStructFromUniformDeclarations.cpp73 TVariable *structVariable = in doReplacement() local
75 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1150 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local
1156 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()