Home
last modified time | relevance | path

Searched refs:structSymbol (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplersOld.cpp23 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local
24 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()
25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()
286 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local
288 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()
289 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()
DRewriteStructSamplers.cpp25 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local
26 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()
27 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()
549 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local
551 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()
552 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()