Home
last modified time | relevance | path

Searched refs:unpaddedBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/
DrsAllocation.cpp374 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); in writePackedData() local
378 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() local
433 uint8_t *dst = new uint8_t[numItems * unpaddedBytes]; in packVec3Allocation()