Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp80 TReflectionTraverser(const TIntermediate& i, TReflection& r) : in TReflectionTraverser()
108 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name); in addAttribute()
248 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name); in blowUpActiveAggregate()
351 TReflection::TNameToIndex::const_iterator it = reflection.nameToIndex.find(name); in addBlockName()
712 TReflection& reflection;
759 void TReflection::buildAttributeReflection(EShLanguage stage, const TIntermediate& intermediate) in buildAttributeReflection()
769 void TReflection::buildCounterIndices(const TIntermediate& intermediate) in buildCounterIndices()
782 void TReflection::buildUniformStageMask(const TIntermediate& intermediate) in buildUniformStageMask()
792 bool TReflection::addStage(EShLanguage stage, const TIntermediate& intermediate) in addStage()
819 void TReflection::dump() in dump()
Dreflection.h96 class TReflection {
98 TReflection() : badReflection(TObjectReflection::badReflection()) in TReflection() function
104 virtual ~TReflection() {} in ~TReflection()
DShaderLang.cpp1974 reflection = new TReflection; in buildReflection()
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h602 class TReflection; variable
729 TReflection* reflection;