Searched refs:TReflection (Results 1 – 4 of 4) sorted by relevance
82 TReflectionTraverser(const TIntermediate& i, TReflection& r) : in TReflectionTraverser()129 TReflection::TMapIndexToReflection &ioItems = in addPipeIOVariable()133 TReflection::TNameToIndex &ioMapper = in addPipeIOVariable()153 TReflection::TNameToIndex::const_iterator it = ioMapper.find(name.c_str()); in addPipeIOVariable()446 … TReflection::TMapIndexToReflection& variables = reflection.GetVariableMapForStorage(baseStorage); in blowUpActiveAggregate()448 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name.c_str()); in blowUpActiveAggregate()524 TReflection::TMapIndexToReflection &ioItems = in blowUpIOAggregate()530 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(namespacedName); in blowUpIOAggregate()651 …TReflection::TMapIndexToReflection& blocks = reflection.GetBlockMapForStorage(type.getQualifier().… in addBlockName()653 … TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name.c_str()); in addBlockName()[all …]
58 class TReflection {60 TReflection(EShReflectionOptions opts, EShLanguage first, EShLanguage last) in TReflection() function67 virtual ~TReflection() {} in ~TReflection()
2088 …reflection = new TReflection((EShReflectionOptions)opts, (EShLanguage)firstStage, (EShLanguage)las… in buildReflection()
731 class TReflection; variable937 TReflection* reflection;