Home
last modified time | relevance | path

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

/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.cpp225 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData() local
226 uint32_t numItems = type->getSizeBytes() / paddedBytes; in writePackedData()
228 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
229 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
279 uint32_t paddedBytes = getType()->getElement()->getSizeBytes(); in packVec3Allocation() local
281 uint32_t numItems = mHal.state.type->getSizeBytes() / paddedBytes; in packVec3Allocation()
/frameworks/rs/
DrsAllocation.cpp244 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData() local
245 uint32_t numItems = type->getSizeBytes() / paddedBytes; in writePackedData()
247 uint32_t srcInc = !dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
248 uint32_t dstInc = dstPadded ? paddedBytes : unpaddedBytes; in writePackedData()
298 uint32_t paddedBytes = getType()->getElement()->getSizeBytes(); in packVec3Allocation() local
300 uint32_t numItems = mHal.state.type->getSizeBytes() / paddedBytes; in packVec3Allocation()