Searched refs:dimZ (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/
H A DrsType.h46 uint32_t dimZ; member in struct:android::renderscript::Type::Hal::State
68 uint32_t getDimZ() const {return mHal.state.dimZ;}
101 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
105 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
H A DrsType.cpp70 uint32_t l2z = rsFindHighBit(mHal.state.dimZ) + 1;
90 uint32_t tz = mHal.state.dimZ;
140 mHal.state.dimZ,
156 stream->addU32(mHal.state.dimZ);
207 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
219 if (t->getDimZ() != dimZ) continue;
236 nt->mHal.state.dimZ = dimZ;
298 uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) {
301 return Type::getType(rsc, e, dimX, dimY, dimZ, mip
206 getTypeRef(Context *rsc, const Element *e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool dimLOD, bool dimFaces, uint32_t dimYuv) argument
297 rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) argument
[all...]
H A DrsAllocation.h81 uint32_t dimZ; member in struct:android::renderscript::Allocation::Hal::DrvState::LodState
H A Drs.spec39 param uint32_t dimZ
H A Drs_hal.h65 uint32_t dimZ; member in struct:android::renderscript::__anon1650
/frameworks/rs/driver/runtime/
H A Drs_structs.h52 uint32_t dimZ; member in struct:Allocation::__anon1620::DrvState::LodState
223 uint32_t dimZ; member in struct:Type::__anon1630::__anon1631
H A Drs_allocation.c21 return alloc->mHal.drvState.lod[0].dimZ;
/frameworks/rs/cpp/
H A DType.cpp102 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) { argument
103 void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false, 0);
109 t->mDimZ = dimZ;
H A DrsCppStructs.h1281 * @param[in] dimZ Z dimension
1284 static sp<const Type> create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ);
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp763 mtls->fep.dimZ = ain->getType()->getDimZ();
768 mtls->fep.dimZ = aout->getType()->getDimZ();
798 mtls->zEnd = mtls->fep.dimZ;
800 rsAssert(sc->zStart < mtls->fep.dimZ);
801 rsAssert(sc->zEnd <= mtls->fep.dimZ);
803 mtls->zStart = rsMin(mtls->fep.dimZ, sc->zStart);
804 mtls->zEnd = rsMin(mtls->fep.dimZ, sc->zEnd);
H A DrsCpuIntrinsic3DLUT.cpp75 cp->mLUT->mHal.drvState.lod[0].dimZ - 1,
H A DrsCpuCore.cpp461 uint32_t offset = mtls->fep.dimY * mtls->fep.dimZ * p.ar[0] +
/frameworks/rs/driver/
H A DrsdAllocation.cpp307 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ();
319 rsMax(alloc->mHal.drvState.lod[0].dimZ, 1u);
323 uint32_t tz = alloc->mHal.drvState.lod[0].dimZ;
327 alloc->mHal.drvState.lod[lod].dimZ = tz;

Completed in 189 milliseconds