Searched refs:TInterfaceBlock (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Types.h | 182 class TInterfaceBlock : public TFieldListCollection 186 TInterfaceBlock(const TString *name, TFieldList *fields, const TString *instanceName, in TInterfaceBlock() function 261 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType() 392 TInterfaceBlock *getInterfaceBlock() const { return interfaceBlock; } in getInterfaceBlock() 393 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock() 395 …TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : n… in getAsInterfaceBlock() 494 TInterfaceBlock *interfaceBlock;
|
D | OutputASM.cpp | 476 TInterfaceBlock* block = symbol->getType().getInterfaceBlock(); in visitSymbol() 2080 TInterfaceBlock* block = type.getInterfaceBlock(); in getBlockId() 2166 TInterfaceBlock* srcBlock = srcType.getInterfaceBlock(); in argument() 2858 TInterfaceBlock *block = type.getAsInterfaceBlock(); in uniformRegister() 2864 TInterfaceBlock* parentBlock = type.getInterfaceBlock(); in uniformRegister() 3030 TInterfaceBlock *varBlock = variable->getType().getAsInterfaceBlock(); in lookup() 3038 TInterfaceBlock *listBlock = list[i]->getType().getAsInterfaceBlock(); in lookup() 3081 int OutputASM::lookup(VariableArray &list, TInterfaceBlock *block) in lookup() 3149 const TInterfaceBlock *block = type.getInterfaceBlock(); in blockMemberLookup() 3190 …const TInterfaceBlock *block = (type.isInterfaceBlock() || (blockId == -1)) ? type.getInterfaceBlo… in declareUniform()
|
D | OutputASM.h | 298 int lookup(VariableArray &list, TInterfaceBlock *block);
|
D | ParseHelper.cpp | 2374 …TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySi… in addInterfaceBlock()
|