Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DAllocation.cpp229 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeFrom()
233 … count, ptr, count * mType->getElement()->getSizeBytes())); in copy1DRangeFrom()
237 … count, data, count * mType->getElement()->getSizeBytes())); in copy1DRangeFrom()
252 size_t eSize = mType->getElement()->getSizeBytes(); in copy1DRangeTo()
255 … count, ptr, count * mType->getElement()->getSizeBytes())); in copy1DRangeTo()
260 … count, data, count * mType->getElement()->getSizeBytes())); in copy1DRangeTo()
296 size_t eSize = mType->getElement()->getSizeBytes(); in copy2DRangeFrom()
301 … w, h, ptr, w * h * mType->getElement()->getSizeBytes(), in copy2DRangeFrom()
302 w * mType->getElement()->getSizeBytes())); in copy2DRangeFrom()
307 … w, h, data, w * h * mType->getElement()->getSizeBytes(), in copy2DRangeFrom()
[all …]
DrsCppStructs.h990 size_t getSizeBytes() const { in getSizeBytes() function
1653 size_t getSizeBytes() const { in getSizeBytes() function
1654 return mElementCount * mElement->getSizeBytes(); in getSizeBytes()
/frameworks/rs/
DrsElement.cpp97 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes()); in dumpLOGV()
182 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
227 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
366 p2 += mFields[i].e->getSizeBytes(); in incRefs()
388 p2 += mFields[i].e->getSizeBytes(); in decRefs()
DrsType.h69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} in getElementSizeBytes()
70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
DrsElement.h73 size_t getSizeBytes() const { in getSizeBytes() function
DrsType.cpp324 uint32_t stride = e->getSizeBytes(); in incRefs()
341 uint32_t stride = e->getSizeBytes(); in decRefs()
DrsMesh.cpp229 stride = bufferElem->getSizeBytes() / sizeof(float); in computeBBox()
DrsAllocation.cpp297 if (sizeBytes != e->getSizeBytes() * elemArraySize) { in elementData()
330 if (sizeBytes != e->getSizeBytes() * elemArraySize) { in elementRead()
375 uint32_t paddedBytes = elem->getSizeBytes(); in writePackedData()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobInfo.java72 public long getSizeBytes() { in getSizeBytes() method in BlobInfo
/frameworks/base/services/core/java/com/android/server/pm/
DDexOptHelper.java622 pkgSizeBytes += dexRes.getSizeBytes() + dexContainerSize; in onDexoptDone()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp898 size_t stride = elem->getSizeBytes(); in setGlobalVarWithElemDims()
DrsCpuIntrinsicBLAS.cpp106 elementBytes = ain[0]->getType()->getElement()->getSizeBytes(); in setupGEMM()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp509 const uint32_t eSize = e->getSizeBytes(); in IS_CLEAR_SET_OBJ()
520 memcpy(tmp, ptr, e->getSizeBytes()); in rsSetElementAt()
DrsdAllocation.cpp422 …if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % requiredAlig… in rsdAllocationInitStrided()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...