/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | alloc.rs | 6 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/ |
D | alloc.rs | 6 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/ |
D | rsType.cpp | 68 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()
|
D | rsType.h | 46 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()
|
D | rs.spec | 34 param uint32_t dimZ
|
D | rs_hal.h | 64 uint32_t dimZ; member
|
/frameworks/rs/ |
D | rsType.cpp | 68 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()
|
D | rsType.h | 46 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()
|
D | rs_hal.h | 65 uint32_t dimZ; member
|
D | rs.spec | 34 param uint32_t dimZ
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_structs.h | 211 uint32_t dimZ; member
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 262 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()
|
D | rsdAllocation.h | 58 uint32_t dimZ; member
|
D | rsdAllocation.cpp | 247 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/ |
D | rsdAllocation.cpp | 82 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()
|
D | rsdAllocation.h | 58 uint32_t dimZ; member
|
D | rsdBcc.cpp | 435 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()
|