/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 116 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffset() local 131 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffsetNs() local 276 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsGetElementAt() local 302 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsSetElementAt() local 632 uint32_t dimX, uint32_t dimY, in rsCreateType() 639 uint32_t dimY) { in rsCreateType()
|
D | rs_structs.h | 67 uint32_t dimY; member 255 uint32_t dimY; member
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_small_struct.java | 27 private static final int dimY = 2; field in UT_small_struct
|
D | UT_single_source_alloc.java | 28 private int dimY = 4; field in UT_single_source_alloc
|
D | UT_reduce_backward.java | 116 final int dimX = 450, dimY = 225; in addint2D() local 187 final int dimX = 225, dimY = 450; in fz2() local 212 final int dimX = 59, dimY = 48, dimZ = 37; in fz3() local
|
D | UT_fp16.java | 26 private int dimY = 5; field in UT_fp16
|
D | UT_reduce.java | 288 final int dimY = size[1]; in addint2D() local 321 final int dimY = size[1]; in addint3D() local 615 final int dimX = size[0], dimY = size[1]; in fz2() local 659 final int dimX = size[0], dimY = size[1], dimZ = size[2]; in fz3() local
|
/frameworks/rs/tests/cppf16/ |
D | compute.cpp | 6 static const uint32_t dimX = 7, dimY = 5, dimZ = 3; variable
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_reduce_backward.java | 106 final int dimX = 450, dimY = 225; in addint2D() local 171 final int dimX = 225, dimY = 450; in fz2() local 196 final int dimX = 59, dimY = 48, dimZ = 37; in fz3() local
|
D | UT_reduce.java | 106 final int dimX = 450, dimY = 225; in addint2D() local 171 final int dimX = 225, dimY = 450; in fz2() local 196 final int dimX = 59, dimY = 48, dimZ = 37; in fz3() local
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Type.java | 234 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 260 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
D | RenderScript.java | 438 …native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int d… in rsnAllocationGetByteBuffer() 439 … synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) { in nAllocationGetByteBuffer() 605 native void rsnAllocationResize2D(long con, long id, int dimX, int dimY); in rsnAllocationResize2D() 606 synchronized void nAllocationResize2D(long id, int dimX, int dimY) { in nAllocationResize2D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Type.java | 288 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 314 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
D | RenderScript.java | 486 …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/cpp/ |
D | Type.cpp | 110 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t … in create()
|
/frameworks/rs/ |
D | rsType.h | 47 uint32_t dimY; member
|
D | rsType.cpp | 365 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
|
D | rsAllocation.h | 93 uint32_t dimY; member
|
D | rsScriptC_Lib.cpp | 285 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, in rsrTypeCreate()
|
D | rsInternalDefines.h | 216 uint32_t dimY; member
|
D | rsAllocation.cpp | 575 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 774 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 246 uint32_t dimX, uint32_t dimY, in CreateType() 373 Type *rsCreateType(::rs_element element, uint32_t dimX, uint32_t dimY, in rsCreateType() 402 uint32_t dimY, uint32_t dimZ, in rsCreateType() 494 const uint32_t dimY = a->mHal.drvState.lod[0].dimY; in IS_CLEAR_SET_OBJ() local
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | Filters.java | 140 private final int dimX=1067, dimY=1600; field in Filters.FisheyeFilter
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 2226 …eBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) in nAllocationGetByteBuffer()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2766 jint dimY, jint dimZ) { in nAllocationGetByteBuffer()
|