Searched refs:dstTopLevelSize (Results 1 – 2 of 2) sorted by relevance
1262 …const int dstTopLevelSize = dstEntry.topLevelArraySize == 0 ? dstBlockPtr.lastUnsizedArraySize… in copyBufferVarData() local1269 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1272 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData()
1484 …const int dstTopLevelSize = dstEntry.topLevelArraySize == 0 ? dstBlockPtr.lastUnsizedArraySize… in copyBufferVarData() local1491 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1494 for (int topElemNdx = 0; topElemNdx < dstTopLevelSize; topElemNdx++) in copyBufferVarData()