Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp364 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData() local
365 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