Searched refs:setStruct (Results 1 – 6 of 6) sorted by relevance
453 void setStruct(TStructure* s) { structure = s; } in setStruct() function
2957 type->setStruct(typeSpecifier.userDef->getStruct()); in addStructDeclaratorList()
609 type->setStruct(typeList); in growGlobalUniformBlock()
8069 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()8072 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutMatrix()8112 (*originTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()8115 (*tmpTypeList)[member].type->setStruct(const_cast<TTypeList*>(structure)); in fixBlockUniformLayoutPacking()
2345 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()2347 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()7807 ioMember.type->setStruct(s); in declareStruct()7923 type.setStruct(it->second.uniform); in declareVariable()8702 memberType.setStruct(it->second.uniform); in declareBlock()8707 memberType.setStruct(it->second.input); in declareBlock()8712 memberType.setStruct(it->second.output); in declareBlock()10030 outType.setStruct(newLists->second.output); in addPatchConstantInvocation()
2246 void setStruct(TTypeList* s) { assert(isStruct()); structure = s; } in setStruct() function