Home
last modified time | relevance | path

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

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