Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp47 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
672 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM()
/frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
Dtest_data.cpp12 const int c_offset = 74980; variable
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java43 private int c_offset; field in BNNMTest
/frameworks/rs/
DrsDefines.h465 int32_t c_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()
940 … long A, int a_offset, long B, int b_offset, long C, int c_offset, 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()
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.java981 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM()
984 … long A, int a_offset, long B, int b_offset, long C, int c_offset, 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()
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/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()
/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()