Home
last modified time | relevance | path

Searched refs:fixBlockUniformLayoutPacking (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h461 void fixBlockUniformLayoutPacking(TQualifier&, TTypeList*, TTypeList*);
DParseHelper.cpp8985 fixBlockUniformLayoutPacking(currentBlockQualifier, &typeList, nullptr); in declareBlock()
9423 void TParseContext::fixBlockUniformLayoutPacking(TQualifier& qualifier, TTypeList* originTypeList, in fixBlockUniformLayoutPacking() function in glslang::TParseContext
9449fixBlockUniformLayoutPacking(qualifier, (*originTypeList)[member].type->getWritableStruct(), in fixBlockUniformLayoutPacking()