Searched refs:getSizeBytes (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp207 count, data, count * mType->getElement()->getSizeBytes()));
222 count, data, count * mType->getElement()->getSizeBytes()));
258 w, h, data, w * h * mType->getElement()->getSizeBytes(),
259 w * mType->getElement()->getSizeBytes()));
276 w * h * mType->getElement()->getSizeBytes(),
277 w * mType->getElement()->getSizeBytes()));
285 w * h * mType->getElement()->getSizeBytes(), stride));
297 w * h * mType->getElement()->getSizeBytes(), stride));
320 w * h * d * mType->getElement()->getSizeBytes(),
321 w * mType->getElement()->getSizeBytes()));
[all...]
H A DrsCppStructs.h657 size_t getSizeBytes() const { function in class:android::RSC::Element
1284 size_t getSizeBytes() const { function in class:android::RSC::Type
1285 return mElementCount * mElement->getSizeBytes();
/frameworks/rs/
H A DrsType.h64 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
65 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();}
H A DrsElement.cpp97 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes());
182 mHal.state.elementSizeBytes = getSizeBytes();
225 mHal.state.elementSizeBytes = getSizeBytes();
364 p2 += mFields[i].e->getSizeBytes();
386 p2 += mFields[i].e->getSizeBytes();
H A DrsElement.h71 size_t getSizeBytes() const { function in class:android::renderscript::Element
H A DrsType.cpp290 uint32_t stride = e->getSizeBytes();
307 uint32_t stride = e->getSizeBytes();
H A DrsAllocation.cpp207 if (sizeBytes != e->getSizeBytes() * elemArraySize) {
237 if (sizeBytes != e->getSizeBytes() * elemArraySize) {
283 uint32_t paddedBytes = elem->getSizeBytes();
337 uint32_t paddedBytes = getType()->getElement()->getSizeBytes();
H A DrsMesh.cpp229 stride = bufferElem->getSizeBytes() / sizeof(float);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp747 const uint32_t eSize = e->getSizeBytes();
784 const uint32_t eSize = e->getSizeBytes();
828 const uint32_t eSize = e->getSizeBytes();
848 memcpy(tmp, ptr, e->getSizeBytes());
856 memcpy(tmp, ptr, e->getSizeBytes());
864 memcpy(tmp, ptr, e->getSizeBytes());
H A DrsdAllocation.cpp402 if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % 16) != 0) {
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp1198 size_t stride = elem->getSizeBytes();

Completed in 237 milliseconds