Searched refs:ioVariable (Results 1 – 1 of 1) sorted by relevance
2246 TVariable* ioVariable = makeInternalVariable(name, type); in remapEntryPointIO() local2249 auto newLists = ioTypeMap.find(ioVariable->getType().getStruct()); in remapEntryPointIO()2252 ioVariable->getWritableType().setStruct(newLists->second.input); in remapEntryPointIO()2254 ioVariable->getWritableType().setStruct(newLists->second.output); in remapEntryPointIO()2258 correctInput(ioVariable->getWritableType().getQualifier()); in remapEntryPointIO()2260 if (!ioVariable->getType().isArray()) in remapEntryPointIO()2261 ioVariable->getWritableType().getQualifier().patch = true; in remapEntryPointIO()2263 correctOutput(ioVariable->getWritableType().getQualifier()); in remapEntryPointIO()2265 ioVariable->getWritableType().getQualifier().storage = storage; in remapEntryPointIO()2267 fixBuiltInIoType(ioVariable->getWritableType()); in remapEntryPointIO()[all …]