OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
323
const size_t eSize = alloc->mHal.state.type->
getElementSizeBytes
();
421
const size_t eSize = alloc->mHal.state.type->
getElementSizeBytes
();
506
size_t elementSize = dstAlloc->getType()->
getElementSizeBytes
();
521
uint32_t elementSize = dstAlloc->getType()->
getElementSizeBytes
();
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
600
mtls->redp.outStride[0] = aout->getType()->
getElementSizeBytes
();
607
mtls->redp.inStride[index] = ains[index]->getType()->
getElementSizeBytes
();
721
mtls->fep.inStride[index] = ains[index]->getType()->
getElementSizeBytes
();
727
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
303
size_t stride = alloc->mHal.drvState.lod[0].dimX * type->
getElementSizeBytes
();
328
rsRound(tx * type->
getElementSizeBytes
(), requiredAlignment);
821
const size_t eSize = alloc->mHal.state.type->
getElementSizeBytes
();
[
all
...]
Completed in 59 milliseconds