Searched refs:unpaddedBytes (Results 1 – 2 of 2) sorted by relevance
224 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); in writePackedData() local228 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()229 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()235 memcpy(dst, src, unpaddedBytes); in writePackedData()280 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded(); in packVec3Allocation() local284 uint8_t *dst = new uint8_t[numItems * unpaddedBytes]; in packVec3Allocation()
243 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); in writePackedData() local247 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()248 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()254 memcpy(dst, src, unpaddedBytes); in writePackedData()299 uint32_t unpaddedBytes = getType()->getElement()->getSizeBytesUnpadded(); in packVec3Allocation() local303 uint8_t *dst = new uint8_t[numItems * unpaddedBytes]; in packVec3Allocation()