Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2222 tIoKinds newLists = { list, nullptr, nullptr }; in remapEntryPointIO() local
2223 ioTypeMap[type.getStruct()] = newLists; in remapEntryPointIO()
2249 auto newLists = ioTypeMap.find(ioVariable->getType().getStruct()); in remapEntryPointIO() local
2250 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() local
7603 condAlloc(hasUniform(member->type->getQualifier()), newLists.uniform); in declareStruct()
[all …]