[go: nahoru, domu]

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

/frameworks/rs/
H A DrsType.h67 size_t getElementSizeBytes() const {return mElement->getSizeBytes();} function in class:android::renderscript::Type
H A DrsGrallocConsumer.cpp149 mAlloc[idx]->mHal.state.type->getElementSizeBytes();
211 mAlloc[idx]->mHal.state.type->getElementSizeBytes(), 16);
H A DrsAllocation.cpp150 mHal.state.elementSizeBytes = type->getElementSizeBytes();
194 const size_t eSize = mHal.state.type->getElementSizeBytes();
224 const size_t eSize = mHal.state.type->getElementSizeBytes();
501 uint32_t count = dataSize / type->getElementSizeBytes();
841 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes();
842 uint32_t copySize = faceSize * t->getElementSizeBytes();
H A DrsAllocation.h204 p += x * getType()->getElementSizeBytes();
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp614 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
621 mtls->redp.inStride[index] = ains[index]->getType()->getElementSizeBytes();
723 mtls->fep.inStride[index] = ains[index]->getType()->getElementSizeBytes();
729 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
H A DrsCpuCore.cpp880 if ((mtls->aout[0] != nullptr) && mtls->aout[0]->getType()->getElementSizeBytes()) {
881 s2 = targetByteChunk / mtls->aout[0]->getType()->getElementSizeBytes();
883 s2 = targetByteChunk / mtls->ains[0]->getType()->getElementSizeBytes();
/frameworks/rs/driver/
H A DrsdAllocation.cpp312 size_t stride = alloc->mHal.drvState.lod[0].dimX * type->getElementSizeBytes();
337 rsRound(tx * type->getElementSizeBytes(), requiredAlignment);
875 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
994 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
1087 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1104 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();

Completed in 185 milliseconds