/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 43 private int c_offset; field in BNNMTest 210 c_offset = 128; in setTestSmall() 234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall() 273 c_offset = 2121; in setTestMedium() 305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium() 329 c_offset = 74980; in setTestLarge() 354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestLarge() 364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in runTest()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 48 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 56 uint8_t* c, int32_t c_offset, size_t ldc, 658 (uint8_t*)C, call->c_offset, ldc, in invokeForEach() 673 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM() argument 701 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1))) in kernelBNNM() 722 b, -b_offset, ldb, c, c_offset, in kernelBNNM()
|
/frameworks/rs/ |
D | rsDefines.h | 471 int32_t c_offset; member
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 965 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument 968 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 971 …cBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_int, mUse… in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 4163 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM() argument 4186 …rinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncS… in BNNM() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 1015 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument 1018 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 1021 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 3289 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM() argument 3304 …tID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult); in BNNM() local
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 155 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() argument 164 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM() 1832 sp<Allocation> C, int c_offset, int c_mult) { in BNNM() argument 1847 B->getID(), b_offset, C->getID(), c_offset, c_mult); in BNNM()
|
D | rsCppStructs.h | 3749 int c_offset, int c_mult);
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 738 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument 748 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 745 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument 755 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
|