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

  /frameworks/rs/
rsType.h 69 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
rsAllocation.cpp 149 mHal.state.elementSizeBytes = type->getElementSizeBytes();
196 const size_t eSize = mHal.state.type->getElementSizeBytes();
227 const size_t eSize = mHal.state.type->getElementSizeBytes();
501 uint32_t count = dataSize / type->getElementSizeBytes();
801 uint32_t strideBytes = faceSize * 6 * t->getElementSizeBytes();
802 uint32_t copySize = faceSize * t->getElementSizeBytes();
    [all...]
rsAllocation.h 200 p += x * getType()->getElementSizeBytes();
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 91 alloc->mHal.drvState.lod[0].dimX * type->getElementSizeBytes();
117 rsRound(tx * type->getElementSizeBytes(), requiredAlignment);
322 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
420 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
505 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
520 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 611 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes();
618 mtls->redp.inStride[index] = ains[index]->getType()->getElementSizeBytes();
732 mtls->fep.inStride[index] = ains[index]->getType()->getElementSizeBytes();
738 mtls->fep.outStride[0] = aout->getType()->getElementSizeBytes();
    [all...]
rsCpuCore.cpp 878 if ((mtls->aout[0] != nullptr) && mtls->aout[0]->getType()->getElementSizeBytes()) {
879 s2 = targetByteChunk / mtls->aout[0]->getType()->getElementSizeBytes();
881 s2 = targetByteChunk / mtls->ains[0]->getType()->getElementSizeBytes();
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 305 size_t stride = alloc->mHal.drvState.lod[0].dimX * type->getElementSizeBytes();
330 rsRound(tx * type->getElementSizeBytes(), requiredAlignment);
832 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
    [all...]

Completed in 353 milliseconds