Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp280 uint8_t *dst, const uint8_t *src, bool dstPadded) { in writePackedData() argument
286 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
287 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
311 uint32_t *srcOffsets = !dstPadded ? offsetsPadded : offsetsUnpadded; in writePackedData()
312 uint32_t *dstOffsets = dstPadded ? offsetsPadded : offsetsUnpadded; in writePackedData()
DrsAllocation.h202 const uint8_t *src, bool dstPadded);