Searched refs:dstArraySize (Results 1 – 2 of 2) sorted by relevance
1260 …const int dstArraySize = dstEntry.arraySize == 0 ? dstBlockPtr.lastUnsizedArraySize : dstEntry… in copyBufferVarData() local1269 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1277 for (int elementNdx = 0; elementNdx < dstArraySize; elementNdx++) in copyBufferVarData()
1482 …const int dstArraySize = dstEntry.arraySize == 0 ? dstBlockPtr.lastUnsizedArraySize : dstEntry… in copyBufferVarData() local1491 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()1499 for (int elementNdx = 0; elementNdx < dstArraySize; elementNdx++) in copyBufferVarData()