Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1141 TTypeList* userStructure = type.getWritableStruct(); in split() local
1142 for (auto ioType = userStructure->begin(); ioType != userStructure->end(); ) { in split()
1146 ioType = userStructure->erase(ioType); in split()