Searched refs:paddedBytes (Results 1 – 1 of 1) sorted by relevance
374 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData() local375 uint32_t numItems = type->getPackedSizeBytes() / paddedBytes; in writePackedData()377 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()378 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()428 uint32_t paddedBytes = getType()->getElement()->getSizeBytes(); in packVec3Allocation() local