Home
last modified time | relevance | path

Searched refs:TReflection (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp82 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()
446TReflection::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()
651TReflection::TMapIndexToReflection& blocks = reflection.GetBlockMapForStorage(type.getQualifier().… in addBlockName()
653TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name.c_str()); in addBlockName()
[all …]
Dreflection.h58 class TReflection {
60 TReflection(EShReflectionOptions opts, EShLanguage first, EShLanguage last) in TReflection() function
67 virtual ~TReflection() {} in ~TReflection()
DShaderLang.cpp2088 …reflection = new TReflection((EShReflectionOptions)opts, (EShLanguage)firstStage, (EShLanguage)las… in buildReflection()
/third_party/glslang/glslang/Public/
DShaderLang.h731 class TReflection; variable
937 TReflection* reflection;