Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h408 TVector<TType*> structBufferTypes; variable
DhlslParseHelper.cpp7058 for (int idx = 0; idx < int(structBufferTypes.size()); ++idx) { in shareStructBufferType()
7060 if (typeEqual(*structBufferTypes[idx], type)) { in shareStructBufferType()
7061 type.shallowCopy(*structBufferTypes[idx]); in shareStructBufferType()
7069 structBufferTypes.push_back(typeCopy); in shareStructBufferType()