Searched refs:unpaddedBytes (Results 1 – 1 of 1) sorted by relevance
373 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); in writePackedData() local377 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()378 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()384 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()