Searched refs:getElementSizeBytes (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A DrsType.h64 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} function in class:android::renderscript::Type
H A DrsAllocation.cpp77 mHal.state.elementSizeBytes = type->getElementSizeBytes();
117 const size_t eSize = mHal.state.type->getElementSizeBytes();
147 const size_t eSize = mHal.state.type->getElementSizeBytes();
410 uint32_t count = dataSize / type->getElementSizeBytes();
684 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes();
685 uint32_t copySize = faceSize * t->getElementSizeBytes();
H A DrsGrallocConsumer.cpp133 mAlloc->mHal.state.type->getElementSizeBytes();
/frameworks/rs/driver/
H A DrsdAllocation.cpp310 size_t stride = alloc->mHal.drvState.lod[0].dimX * type->getElementSizeBytes();
335 rsRound(tx * type->getElementSizeBytes(), 16);
800 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
917 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
1010 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1027 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp896 mtls->fep.eStrideIn = ain->getType()->getElementSizeBytes();
904 mtls->fep.eStrideOut = aout->getType()->getElementSizeBytes();
1035 ain->getType()->getElementSizeBytes();
1045 mtls->fep.eStrideOut = aout->getType()->getElementSizeBytes();

Completed in 49 milliseconds