Searched defs:dimY (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationByteBufferTest.java | 36 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() 80 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1; in testByteBufferHelper2D() local 107 int dimY = r.nextInt(MAX_DIM) + 2; //Make sure dimY is larger than 1; in test2DWrite() local
|
D | SingleSourceAllocationTest.java | 32 private static final int dimY = 4; field in SingleSourceAllocationTest
|
D | AllocationCreateAllocationsTest.java | 33 private int dimY = 1080; field in AllocationCreateAllocationsTest
|
D | ReduceTest.java | 185 final int dimX = 450, dimY = 225; in testAddInt2D() local 375 final int dimX = 225, dimY = 450; in testFz2() local 397 final int dimX = 59, dimY = 48, dimZ = 37; in testFz3() local
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 354 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 …]
|