Home
last modified time | relevance | path

Searched defs:dimY (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationByteBufferTest.java36 Allocation createTypedAllocation(DataType dt, int size, int dimX, int dimY) { in createTypedAllocation()
48 void testByteBufferHelper(DataType dt, int byteSize, int dimX, int dimY) { in testByteBufferHelper()
81 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1; in testByteBufferHelper2D() local
108 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1; in test2DWrite() local
DSingleSourceAllocationTest.java32 private static final int dimY = 4; field in SingleSourceAllocationTest
DAllocationCreateAllocationsTest.java33 private int dimY = 1080; field in AllocationCreateAllocationsTest
DReduceTest.java191 final int dimX = 450, dimY = 225; in testAddInt2D() local
388 final int dimX = 225, dimY = 450; in testFz2() local
411 final int dimX = 59, dimY = 48, dimZ = 37; in testFz3() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java354 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_SGEMV_Correctness() local
409 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_DGEMV_Correctness() local
464 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_CGEMV_Correctness() local
519 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_ZGEMV_Correctness() local
654 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_SGBMV_Correctness() local
709 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_DGBMV_Correctness() local
764 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_CGBMV_Correctness() local
819 int dimY = 1 + (mBLASData.dM - 1) * incY; in test_L2_ZGBMV_Correctness() local
912 int dimY = 1 + (mBLASData.dN - 1) * incY; in test_L2_CHEMV_Correctness() local
950 int dimY = 1 + (mBLASData.dN - 1) * incY; in test_L2_ZHEMV_Correctness() local
[all …]