Home
last modified time | relevance | path

Searched refs:dimZ (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dalloc.rs6 int dimZ;
23 _RS_ASSERT(rsAllocationGetDimZ(aRaw) == dimZ);
55 _RS_ASSERT(rsAllocationGetDimZ(aFaces) == dimZ);
61 _RS_ASSERT(rsAllocationGetDimZ(aLOD) == dimZ);
67 _RS_ASSERT(rsAllocationGetDimZ(aFacesLOD) == dimZ);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dalloc.rs6 int dimZ;
23 _RS_ASSERT(rsAllocationGetDimZ(aRaw) == dimZ);
55 _RS_ASSERT(rsAllocationGetDimZ(aFaces) == dimZ);
61 _RS_ASSERT(rsAllocationGetDimZ(aLOD) == dimZ);
67 _RS_ASSERT(rsAllocationGetDimZ(aFacesLOD) == dimZ);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dalloc.rs6 int dimZ;
23 _RS_ASSERT(rsAllocationGetDimZ(aRaw) == dimZ);
55 _RS_ASSERT(rsAllocationGetDimZ(aFaces) == dimZ);
61 _RS_ASSERT(rsAllocationGetDimZ(aLOD) == dimZ);
67 _RS_ASSERT(rsAllocationGetDimZ(aFacesLOD) == dimZ);
/frameworks/rs/
DrsType.h46 uint32_t dimZ; member
68 uint32_t getDimZ() const {return mHal.state.dimZ;} in getDimZ()
101 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
105 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType() argument
107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv); in getType()
DrsType.cpp70 uint32_t l2z = rsFindHighBit(mHal.state.dimZ) + 1; in compute()
90 uint32_t tz = mHal.state.dimZ; in compute()
140 mHal.state.dimZ, in dumpLOGV()
156 stream->addU32(mHal.state.dimZ); in serialize()
207 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() argument
219 if (t->getDimZ() != dimZ) continue; in getTypeRef()
236 nt->mHal.state.dimZ = dimZ; in getTypeRef()
298 uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) { in rsi_TypeCreate() argument
301 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces, yuv); in rsi_TypeCreate()
DrsAllocation.h81 uint32_t dimZ; member
Drs.spec39 param uint32_t dimZ
Drs_hal.h65 uint32_t dimZ; member
/frameworks/rs/cpp/
DType.cpp102 …t Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) { in create() argument
103 …void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false,… in create()
109 t->mDimZ = dimZ; in create()
DrsCppStructs.h1284 …sp<const Type> create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ);
/frameworks/rs/driver/runtime/
Drs_structs.h52 uint32_t dimZ; member
223 uint32_t dimZ; member
Drs_allocation.c21 return alloc->mHal.drvState.lod[0].dimZ; in rsAllocationGetDimZ()
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp763 mtls->fep.dimZ = ain->getType()->getDimZ(); in forEachMtlsSetup()
768 mtls->fep.dimZ = aout->getType()->getDimZ(); in forEachMtlsSetup()
798 mtls->zEnd = mtls->fep.dimZ; in forEachMtlsSetup()
800 rsAssert(sc->zStart < mtls->fep.dimZ); in forEachMtlsSetup()
801 rsAssert(sc->zEnd <= mtls->fep.dimZ); in forEachMtlsSetup()
803 mtls->zStart = rsMin(mtls->fep.dimZ, sc->zStart); in forEachMtlsSetup()
804 mtls->zEnd = rsMin(mtls->fep.dimZ, sc->zEnd); in forEachMtlsSetup()
DrsCpuIntrinsic3DLUT.cpp75 cp->mLUT->mHal.drvState.lod[0].dimZ - 1, in kernel()
DrsCpuCore.cpp461 uint32_t offset = mtls->fep.dimY * mtls->fep.dimZ * p.ar[0] + in launchThreads()
/frameworks/rs/driver/
DrsdAllocation.cpp307 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ(); in AllocationBuildPointerTable()
319 rsMax(alloc->mHal.drvState.lod[0].dimZ, 1u); in AllocationBuildPointerTable()
323 uint32_t tz = alloc->mHal.drvState.lod[0].dimZ; in AllocationBuildPointerTable()
327 alloc->mHal.drvState.lod[lod].dimZ = tz; in AllocationBuildPointerTable()