Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp372 uint8_t *dst, const uint8_t *src, bool dstPadded) { in writePackedData() argument
378 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
379 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
403 uint32_t *srcOffsets = !dstPadded ? offsetsPadded : offsetsUnpadded; in writePackedData()
404 uint32_t *dstOffsets = dstPadded ? offsetsPadded : offsetsUnpadded; in writePackedData()
DrsAllocation.h233 const uint8_t *src, bool dstPadded);