Home
last modified time | relevance | path

Searched refs:c_mult (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java3289 …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/
DScriptIntrinsicBLAS.cpp1840 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()
DrsCppStructs.h3749 int c_offset, int c_mult);
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java4163 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM() argument
4186 …icBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncSupp); in BNNM() local