Searched defs:c_offset (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java43 private int c_offset; field in class:BNNMTest
210 c_offset = 128;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
273 c_offset = 2121;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
329 c_offset = 74980;
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp44 uint8_t c_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
52 uint8_t* c, int32_t c_offset, size_t ldc,
821 (uint8_t*)C, call->c_offset, ldc,
836 uint8_t* c, int32_t c_offset, size_t ldc,
864 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1)))
885 b, -b_offset, ldb, c, c_offset,
833 kernelBNNM(size_t m, size_t n, size_t k, const uint8_t* a, uint8_t a_offset, size_t lda, const uint8_t* b, uint8_t b_offset, size_t ldb, uint8_t* c, int32_t c_offset, size_t ldc, int32_t c_mult_int) argument
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp163 RsAllocation C, int c_offset, int c_mult_int) {
172 call.c_offset = c_offset;
1840 const sp<Allocation>& C, int c_offset, int c_mult) {
1855 B->getID(), b_offset, C->getID(), c_offset, c_mult);
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, RsAllocation A, int a_offset, RsAllocation B, int b_offset, RsAllocation C, int c_offset, int c_mult_int) argument
1839 BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, const sp<Allocation>& C, int c_offset, int c_mult) argument
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java3286 * @param c_offset The offset for all values in matrix C.
3287 * @param c_mult The multiplier for all values in matrix C, e.g C[i,j] = (C[i,j] + c_offset) * c_mult.
3289 public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { argument
3304 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult);
H A DRenderScript.java1015 long A, int a_offset, long B, int b_offset, long C, int c_offset,
1018 long A, int a_offset, long B, int b_offset, long C, int c_offset,
1021 rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_int);
1014 rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int) argument
1017 nScriptIntrinsicBLAS_BNNM(long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java4160 * @param c_offset The offset for all values in matrix C.
4161 * @param c_mult The multiplier for all values in matrix C, e.g C[i,j] = (C[i,j] + c_offset) * c_mult.
4163 public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { argument
4186 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncSupp);
H A DRenderScript.java965 long A, int a_offset, long B, int b_offset, long C, int c_offset,
968 long A, int a_offset, long B, int b_offset, long C, int c_offset,
971 rsnScriptIntrinsicBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_int, mUseInc);
964 rsnScriptIntrinsicBLAS_BNNM(long con, long incCon, long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int, boolean mUseInc) argument
967 nScriptIntrinsicBLAS_BNNM(long id, int M, int N, int K, long A, int a_offset, long B, int b_offset, long C, int c_offset, int c_mult_int, boolean mUseInc) argument
/frameworks/rs/
H A DrsDefines.h471 int32_t c_offset; member in struct:__anon2024
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp751 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset,
761 call.c_offset = c_offset;
750 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int, jboolean mUseInc) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp756 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset,
766 call.c_offset = c_offset;
755 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int) argument

Completed in 1159 milliseconds