Searched refs:structBufferTypes (Results 1 – 2 of 2) sorted by relevance
399 TVector<TType*> structBufferTypes; variable
6796 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()