Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java41 private int a_offset; field in BNNMTest
183 a_offset = 0; in setTestSmall()
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall()
259 a_offset = 13; in setTestMedium()
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium()
326 a_offset = 0; 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()
DSGEMMTest.java41 private int a_offset; field in SGEMMTest
130 a_offset = 0; in setTestSmall()
136 }, a_offset); in setTestSmall()
175 a_offset = 13; in setTestMedium()
186 }, a_offset); in setTestMedium()
232 a_offset = 0; in setTestLarge()
245 float[] a_float = byteToFloat(a_byte, a_offset); in setTestLarge()
/frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
Dtest_data.cpp9 const int a_offset = 0; variable
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp45 uint8_t a_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
53 const uint8_t* a, uint8_t a_offset, size_t lda,
655 (const uint8_t*)A, call->a_offset, lda, in invokeForEach()
670 const uint8_t* a, uint8_t a_offset, size_t lda, in kernelBNNM() argument
686 const int32_t a_as_int = (((int32_t)(a_as_byte)) - a_offset); in kernelBNNM()
/frameworks/rs/
DrsDefines.h463 uint8_t a_offset; member
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java937 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument
940 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument
943 …rsnScriptIntrinsicBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset,… in nScriptIntrinsicBLAS_BNNM()
DScriptIntrinsicBLAS.java4163 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument
4166 if (a_offset < 0 || a_offset > 255) { in BNNM()
4186 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_… in BNNM() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java981 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument
984 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument
987 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… in nScriptIntrinsicBLAS_BNNM()
DScriptIntrinsicBLAS.java3289 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument
3292 if (a_offset < 0 || a_offset > 255) { in BNNM()
3304 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset,… in BNNM() local
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp746 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
754 call.a_offset = a_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp691 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
699 call.a_offset = a_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()