Home
last modified time | relevance | path

Searched defs:dimX (Results 1 – 6 of 6) 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()
73 int dimX = r.nextInt(MAX_DIM) + 1; in testByteBufferHelper1D() local
79 int dimX = r.nextInt(MAX_DIM) + 1; in testByteBufferHelper2D() local
87 int dimX = r.nextInt(MAX_DIM) + 1; in test1DWrite() local
106 int dimX = r.nextInt(MAX_DIM) + 1; in test2DWrite() local
DSingleSourceAllocationTest.java31 private static final int dimX = 3; field in SingleSourceAllocationTest
DAllocationCreateAllocationsTest.java32 private int dimX = 1920; field in AllocationCreateAllocationsTest
DReduceTest.java185 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
DImageProcessingTest.java68 private final int dimX = 256; field in ImageProcessingTest
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java353 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_SGEMV_Correctness() local
408 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_DGEMV_Correctness() local
463 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_CGEMV_Correctness() local
518 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_ZGEMV_Correctness() local
653 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_SGBMV_Correctness() local
708 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_DGBMV_Correctness() local
763 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_CGBMV_Correctness() local
818 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_ZGBMV_Correctness() local
911 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_CHEMV_Correctness() local
949 int dimX = 1 + (mBLASData.dN - 1) * incX; in test_L2_ZHEMV_Correctness() local
[all …]