Searched refs:dstArraySize (Results 1 – 2 of 2) sorted by relevance
1563 …const int dstArraySize = dstEntry.arraySize == 0 ? dstBlockPtr.lastUnsizedArraySize : dstEntry… in copyBufferVarData() local1572 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1580 for (int elementNdx = 0; elementNdx < dstArraySize; elementNdx++) in copyBufferVarData()
1496 …const int dstArraySize = dstEntry.arraySize == 0 ? dstBlockPtr.lastUnsizedArraySize : dstEntry… in copyBufferVarData() local1505 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1513 for (int elementNdx = 0; elementNdx < dstArraySize; elementNdx++) in copyBufferVarData()