Searched refs:newLists (Results 1 – 1 of 1) sorted by relevance
2222 tIoKinds newLists = { list, nullptr, nullptr }; in remapEntryPointIO() local2223 ioTypeMap[type.getStruct()] = newLists; in remapEntryPointIO()2249 auto newLists = ioTypeMap.find(ioVariable->getType().getStruct()); in remapEntryPointIO() local2250 if (newLists != ioTypeMap.end()) { in remapEntryPointIO()2251 if (storage == EvqVaryingIn && newLists->second.input) in remapEntryPointIO()2252 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()2253 else if (storage == EvqVaryingOut && newLists->second.output) in remapEntryPointIO()2254 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()7601 tIoKinds newLists = { nullptr, nullptr, nullptr }; // allocate for each kind found in declareStruct() local7603 condAlloc(hasUniform(member->type->getQualifier()), newLists.uniform); in declareStruct()[all …]