Home
last modified time | relevance | path

Searched refs:mCellCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsType.h68 size_t getCellCount() const {return mCellCount;} in getCellCount()
70 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();} in getPackedSizeBytes()
149 size_t mCellCount; variable
DrsType.cpp104 mCellCount = 0; in compute()
110 mCellCount += tx * rsMax(ty, 1u) * rsMax(tz, 1u); in compute()
118 mCellCount *= 6; in compute()
130 mCellCount += mHal.state.lodDimX[0] * mHal.state.lodDimY[0]; in compute()
131 mCellCount += mHal.state.lodDimX[1] * mHal.state.lodDimY[1]; in compute()
132 mCellCount += mHal.state.lodDimX[2] * mHal.state.lodDimY[2]; in compute()