Searched refs:perSegmentSize (Results 1 – 1 of 1) sorted by relevance
274 const size_t perSegmentSize = sizeof(E) + m_padding; in getBytes() local275 const size_t size = count * perSegmentSize; in getBytes()288 deMemcpy(&bytes[elementIdx * perSegmentSize], &m_elements[elementIdx], sizeof(E)); in getBytes()