Searched defs:blockStorage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUniformHLSL.cpp34 static TString InterfaceBlockFieldTypeString(const TField &field, TLayoutBlockStorage blockStorage) argument
51 blockStorage == EbsStd140);
215 const TLayoutBlockStorage blockStorage = interfaceBlock.blockStorage(); local
216 hlsl += interfaceBlockMembersString(interfaceBlock, blockStorage);
240 TString UniformHLSL::interfaceBlockMembersString(const TInterfaceBlock &interfaceBlock, TLayoutBlockStorage blockStorage) argument
251 if (blockStorage == EbsStd140)
257 hlsl += " " + InterfaceBlockFieldTypeString(field, blockStorage) +
261 if (blockStorage == EbsStd140)
273 const TLayoutBlockStorage blockStorage local
[all...]
H A DVariableInfo.cpp30 BlockLayoutType GetBlockLayoutType(TLayoutBlockStorage blockStorage) argument
32 switch (blockStorage)
304 interfaceBlock.layout = GetBlockLayoutType(blockType->blockStorage());
H A DBaseTypes.h343 TLayoutBlockStorage blockStorage; member in struct:TLayoutQualifier
351 layoutQualifier.blockStorage = EbsUnspecified;
358 return location == -1 && matrixPacking == EmpUnspecified && blockStorage == EbsUnspecified;
H A DTypes.h173 mBlockStorage(layoutQualifier.blockStorage),
194 TLayoutBlockStorage blockStorage() const function in class:TInterfaceBlock

Completed in 1147 milliseconds