Searched refs:paddedBytes (Results 1 – 1 of 1) sorted by relevance
364 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData() local365 uint32_t numItems = type->getPackedSizeBytes() / paddedBytes; in writePackedData()367 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()368 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()418 uint32_t paddedBytes = getType()->getElement()->getSizeBytes(); in packVec3Allocation() local