Searched refs:setStruct (Results 1 – 6 of 6) sorted by relevance
646 type->setStruct(typeList); in growGlobalUniformBlock()707 type->setStruct(typeList); in growAtomicCounterBlock()
8868 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()8871 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()8913 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()8916 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
453 void setStruct(TStructure* s) { structure = s; } in setStruct() function
2957 type->setStruct(typeSpecifier.userDef->getStruct()); in addStructDeclaratorList()
2370 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()2372 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()7901 ioMember.type->setStruct(s); in declareStruct()8017 type.setStruct(it->second.uniform); in declareVariable()8819 memberType.setStruct(it->second.uniform); in declareBlock()8824 memberType.setStruct(it->second.input); in declareBlock()8829 memberType.setStruct(it->second.output); in declareBlock()10147 outType.setStruct(newLists->second.output); in addPatchConstantInvocation()
2544 void setStruct(TTypeList* s) { assert(isStruct()); structure = s; } in setStruct() function