Home
last modified time | relevance | path

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

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