Home
last modified time | relevance | path

Searched defs:b_offset (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp47 uint8_t b_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
672 const uint8_t* b, uint8_t b_offset, size_t ldb, in kernelBNNM()
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java42 private int b_offset; field in BNNMTest
DSGEMMTest.java42 private int b_offset; field in SGEMMTest
/frameworks/rs/
DrsDefines.h470 uint8_t b_offset; member
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp154 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM()
1831 void ScriptIntrinsicBLAS::BNNM(sp<Allocation> A, int a_offset, sp<Allocation> B, int b_offset, in BNNM()
/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()
968 … long A, int a_offset, long B, int b_offset, long C, int 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()
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.java1015 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM()
1018 … long A, int a_offset, long B, int b_offset, long C, int c_offset, 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()
3304 …sicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_… in BNNM() local
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp751 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint 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()