/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | GoogLeNet.java | 221 int c_offset = 1; in runTest() local 225 … mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); in runTest() local
|
D | BNNMTest.java | 43 private int c_offset; field in BNNMTest
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 44 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 836 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV() local
|
/frameworks/rs/ |
D | rsDefines.h | 471 int32_t c_offset; member
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() 1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 977 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 980 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 4163 …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/ |
D | RenderScript.java | 1028 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 1031 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 3289 …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/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 753 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 758 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|