Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h399 TVector<TType*> structBufferTypes; variable
DhlslParseHelper.cpp6796 for (int idx = 0; idx < int(structBufferTypes.size()); ++idx) { in shareStructBufferType()
6798 if (typeEqual(*structBufferTypes[idx], type)) { in shareStructBufferType()
6799 type.shallowCopy(*structBufferTypes[idx]); in shareStructBufferType()
6807 structBufferTypes.push_back(typeCopy); in shareStructBufferType()