Searched refs:structSymbol (Results 1 – 2 of 2) sorted by relevance
23 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local24 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()286 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local288 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()289 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()
25 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local26 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()27 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()549 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local551 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()552 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()