HomeSort by relevance Sort by last modified time
    Searched refs:TStructure (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
OutputGLSLBase.h 55 bool structDeclared(const TStructure* structure) const;
56 void declareStruct(const TStructure* structure);
Types.h 45 class TStructure
49 TStructure(TString* name, TFieldList* fields)
77 DISALLOW_COPY_AND_ASSIGN(TStructure);
103 TType(TStructure* userDef, TPrecision p = EbpUndefined) :
170 TStructure* getStruct() const { return structure; }
171 void setStruct(TStructure* s) { structure = s; }
245 TStructure* structure; // 0 unless this is a struct
SymbolTable.cpp 83 bool TStructure::containsArrays() const
93 TString TStructure::buildMangledName() const
104 size_t TStructure::calculateObjectSize() const
117 int TStructure::calculateDeepestNesting() const
OutputGLSLBase.cpp 125 const TStructure* structure = type.getStruct();
252 // actually stored as an index into TStructure::fields.
254 const TStructure* structure = node->getLeft()->getType().getStruct();
793 bool TOutputGLSLBase::structDeclared(const TStructure* structure) const
798 void TOutputGLSLBase::declareStruct(const TStructure* structure)
Initialize.cpp 397 TStructure *depthRangeStruct = new TStructure(NewPoolTString("gl_DepthRangeParameters"), fields);
OutputHLSL.cpp     [all...]
glslang.y     [all...]
glslang_tab.cpp     [all...]

Completed in 676 milliseconds