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