Home
last modified time | relevance | path

Searched defs:dimZ (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/rs/tests/cpp_api/cppf16/
Dcompute.cpp9 static const uint32_t dimX = 7, dimY = 5, dimZ = 3; variable
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_single_source_alloc.java25 private int dimZ = 5; field in UT_single_source_alloc
DUT_fp16.java28 private int dimZ = 3; field in UT_fp16
DUT_reduce_backward.java218 final int dimX = 59, dimY = 48, dimZ = 37; in fz3() local
DUT_reduce.java360 final int dimZ = size[2]; in addint3D() local
783 final int dimX = size[0], dimY = size[1], dimZ = size[2]; in fz3() local
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_single_source_alloc.java27 private int dimZ = 5; field in UT_single_source_alloc
DUT_reduce_backward.java220 final int dimX = 59, dimY = 48, dimZ = 37; in fz3() local
DUT_reduce.java362 final int dimZ = size[2]; in addint3D() local
785 final int dimX = size[0], dimY = size[1], dimZ = size[2]; in fz3() local
/frameworks/rs/cpp/
DType.cpp112 …create(const sp<RS>& rs, const sp<const Element>& e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) { in create()
/frameworks/rs/
DrsType.h50 uint32_t dimZ; member
DrsType.cpp363 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
DrsAllocation.h90 uint32_t dimZ; member
DrsScriptC_Lib.cpp340 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, in rsrTypeCreate()
DrsInternalDefines.h217 uint32_t dimZ; member
DrsApiStubs.cpp313 …sType rsTypeCreate (RsContext ctxWrapper, RsElement e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, in rsTypeCreate()
DrsHidlAdaptation.cpp409 uint32_t dimY, uint32_t dimZ, bool mipmaps, in TypeCreate()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DType.java260 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
DRenderScript.java450 …ve ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int dimZ); in rsnAllocationGetByteBuffer()
451 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer()
/frameworks/base/rs/java/android/renderscript/
DType.java313 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
DRenderScript.java486 …snAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int dimZ); in rsnAllocationGetByteBuffer()
487 …yteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer()
/frameworks/rs/driver/runtime/
Drs_structs.h68 uint32_t dimZ; member
256 uint32_t dimZ; member
Drs_allocation.c547 uint32_t dimZ) { in rsCreateType()
/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp245 uint32_t dimZ, bool mipmaps, in CreateType()
363 uint32_t dimZ, bool mipmaps, bool faces, in rsCreateType()
388 uint32_t dimY, uint32_t dimZ, in rsCreateType()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp263 uint32_t dimZ, bool mipmaps, in CreateType()
390 uint32_t dimZ, bool mipmaps, bool faces, in rsCreateType()
418 uint32_t dimY, uint32_t dimZ, in rsCreateType()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2239 …eBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) in nAllocationGetByteBuffer()

12