Searched refs:unpaddedBytes (Results 1 – 1 of 1) sorted by relevance
374 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); in writePackedData() local378 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()379 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()385 memcpy(dst, src, unpaddedBytes); in writePackedData()429 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded(); in packVec3Allocation() local433 uint8_t *dst = new uint8_t[numItems * unpaddedBytes]; in packVec3Allocation()