Home
last modified time | relevance | path

Searched refs:c_offset (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java43 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/
DrsCpuIntrinsicBLAS.cpp48 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/
DrsDefines.h471 int32_t c_offset; member
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java965 … 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()
DScriptIntrinsicBLAS.java4163 …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/
DRenderScript.java1015 … 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()
DScriptIntrinsicBLAS.java3289 …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/
DScriptIntrinsicBLAS.cpp155 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()
DrsCppStructs.h3749 int c_offset, int c_mult);
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp738 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/
Dandroid_renderscript_RenderScript.cpp745 … 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()