/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 43 private int c_offset; field in BNNMTest 210 c_offset = 128; in setTestSmall() 234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall() 273 c_offset = 2121; in setTestMedium() 305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium() 329 c_offset = 74980; 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()
|
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
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV() local 40 *dst_v = (uint8_t *)ycbcr.cr + c_offset; in initDstYUV() 41 *dst_u = (uint8_t *)ycbcr.cb + c_offset; in initDstYUV()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 44 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 52 uint8_t* c, int32_t c_offset, size_t ldc, 821 (uint8_t*)C, call->c_offset, ldc, in invokeForEach() 836 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM() argument 864 ((((total + c_offset) * c_mult_int) + (1 << (c_shift - 1))) in kernelBNNM() 889 b, -b_offset, ldb, c, c_offset, in kernelBNNM()
|
/frameworks/rs/ |
D | rsDefines.h | 471 int32_t c_offset; member
|
/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() argument 980 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 983 …cBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_int, mUse… 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() argument 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() argument 1031 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 1034 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… 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() argument 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/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM() argument 172 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM() 1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM() argument 1855 B->getID(), b_offset, C->getID(), c_offset, c_mult); in BNNM()
|
D | rsCppStructs.h | 3749 int c_offset, int c_mult);
|
/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() argument 763 call.c_offset = 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() argument 768 call.c_offset = c_offset; in nScriptIntrinsicBLAS_BNNM()
|