Home
last modified time | relevance | path

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

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