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

  /external/swiftshader/src/OpenGL/compiler/
Types.h 185 class TInterfaceBlock : public TFieldListCollection
189 TInterfaceBlock(const TString *name, TFieldList *fields, const TString *instanceName,
265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn,
441 TInterfaceBlock *getInterfaceBlock() const { return interfaceBlock; }
442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; }
444 TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : nullptr; }
545 TInterfaceBlock *interfaceBlock = nullptr;
OutputASM.cpp 685 TInterfaceBlock* block = symbol->getType().getInterfaceBlock();
    [all...]
OutputASM.h 310 int lookup(VariableArray &list, TInterfaceBlock *block);
ParseHelper.cpp     [all...]

Completed in 435 milliseconds