Home
last modified time | relevance | path

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

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dalloc.rs6 int dimZ;
25 _RS_ASSERT(rsAllocationGetDimZ(alloc) == dimZ);
57 _RS_ASSERT(rsAllocationGetDimZ(aFaces) == dimZ);
63 _RS_ASSERT(rsAllocationGetDimZ(aLOD) == dimZ);
69 _RS_ASSERT(rsAllocationGetDimZ(aFacesLOD) == dimZ);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
Dalloc.rs6 int dimZ;
25 _RS_ASSERT(rsAllocationGetDimZ(alloc) == dimZ);
57 _RS_ASSERT(rsAllocationGetDimZ(aFaces) == dimZ);
63 _RS_ASSERT(rsAllocationGetDimZ(aLOD) == dimZ);
69 _RS_ASSERT(rsAllocationGetDimZ(aFacesLOD) == dimZ);
/frameworks/support/renderscript/v8/rs_support/
DrsType.cpp68 uint32_t l2z = rsFindHighBit(mHal.state.dimZ) + 1; in compute()
90 uint32_t tz = mHal.state.dimZ; in compute()
151 mHal.state.dimZ, in dumpLOGV()
169 stream->addU32(mHal.state.dimZ); in serialize()
219 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() argument
231 if (t->getDimZ() != dimZ) continue; in getTypeRef()
247 nt->mHal.state.dimZ = dimZ; in getTypeRef()
308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate() argument
311 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces); in rsi_TypeCreate()
DrsType.h46 uint32_t dimZ; member
68 uint32_t getDimZ() const {return mHal.state.dimZ;} in getDimZ()
110 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType() argument
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
Drs.spec34 param uint32_t dimZ
Drs_hal.h64 uint32_t dimZ; member
/frameworks/rs/
DrsType.cpp68 uint32_t l2z = rsFindHighBit(mHal.state.dimZ) + 1; in compute()
90 uint32_t tz = mHal.state.dimZ; in compute()
151 mHal.state.dimZ, in dumpLOGV()
169 stream->addU32(mHal.state.dimZ); in serialize()
219 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() argument
231 if (t->getDimZ() != dimZ) continue; in getTypeRef()
247 nt->mHal.state.dimZ = dimZ; in getTypeRef()
308 uint32_t dimY, uint32_t dimZ, bool mips, bool faces) { in rsi_TypeCreate() argument
311 return Type::getType(rsc, e, dimX, dimY, dimZ, mips, faces); in rsi_TypeCreate()
DrsType.h46 uint32_t dimZ; member
68 uint32_t getDimZ() const {return mHal.state.dimZ;} in getDimZ()
110 uint32_t dimX, uint32_t dimY, uint32_t dimZ,
114 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType() argument
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces); in getType()
Drs_hal.h65 uint32_t dimZ; member
Drs.spec34 param uint32_t dimZ
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_structs.h211 uint32_t dimZ; member
/frameworks/rs/driver/
DrsdBcc.cpp262 mtls->fep.dimZ = ain->getType()->getDimZ(); in rsdScriptInvokeForEachMtlsSetup()
267 mtls->fep.dimZ = aout->getType()->getDimZ(); in rsdScriptInvokeForEachMtlsSetup()
400 uint32_t offset = mtls->fep.dimY * mtls->fep.dimZ * p.ar[0] + in rsdScriptLaunchThreads()
DrsdAllocation.h58 uint32_t dimZ; member
DrsdAllocation.cpp247 size_t o = drv->lod[0].stride * rsMax(drv->lod[0].dimY, 1u) * rsMax(drv->lod[0].dimZ, 1u); in AllocationBuildPointerTable()
251 uint32_t tz = drv->lod[0].dimZ; in AllocationBuildPointerTable()
255 drv->lod[lod].dimZ = tz; in AllocationBuildPointerTable()
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.cpp82 size_t o = drv->lod[0].stride * rsMax(drv->lod[0].dimY, 1u) * rsMax(drv->lod[0].dimZ, 1u); in AllocationBuildPointerTable()
86 uint32_t tz = drv->lod[0].dimZ; in AllocationBuildPointerTable()
90 drv->lod[lod].dimZ = tz; in AllocationBuildPointerTable()
DrsdAllocation.h58 uint32_t dimZ; member
DrsdBcc.cpp435 mtls->fep.dimZ = ain->getType()->getDimZ(); in rsdScriptInvokeForEachMtlsSetup()
440 mtls->fep.dimZ = aout->getType()->getDimZ(); in rsdScriptInvokeForEachMtlsSetup()
549 uint32_t offset = mtls->fep.dimY * mtls->fep.dimZ * p.ar[0] + in rsdScriptLaunchThreads()