HomeSort by relevance Sort by last modified time
    Searched defs:TType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 36 TType::TType(const TPublicType &p) :
50 void TType::buildMangledName(TString& mangledName)
98 size_t TType::getStructSize() const
112 const TType *fieldType = field->type();
123 const TType *fieldType = field->type();
134 const TType *fieldType = field->type();
Types.h 24 class TType;
31 TField(TType *type, TString *name, const TSourceLoc &line)
40 TType *type()
44 const TType *type() const
59 TType *mType;
239 class TType
244 TType(TBasicType t, int s0 = 1, int s1 = 1) :
251 TType(TBasicType t, TPrecision p, TQualifier q = EvqTemporary, int s0 = 1, int s1 = 1, bool a = false) :
258 TType(TStructure* userDef, TPrecision p = EbpUndefined) :
265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 250 class TType;
252 TType* type;
261 // used for TPublicType, TType, others.
281 // They don't go into TType, but rather have current state per shader or
975 // So, they will not be part of TType, TQualifier, etc.
1070 // information kept per node in TType. Due to the bison stack, it can't have
1074 // moved into a TType, or the parse context, etc.
1086 const TType* userDef;
    [all...]

Completed in 73 milliseconds