HomeSort by relevance Sort by last modified time
    Searched refs:getElementSizeBytes (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/
rsType.h 67 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
rsGrallocConsumer.cpp 149 mAlloc[idx]->mHal.state.type->getElementSizeBytes();
211 mAlloc[idx]->mHal.state.type->getElementSizeBytes(), 16);
rsAllocation.cpp 150 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();
    [all...]
rsAllocation.h 204 p += x * getType()->getElementSizeBytes();
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 614 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();
    [all...]
rsCpuCore.cpp 880 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();
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 312 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();
    [all...]

Completed in 196 milliseconds