Home
last modified time | relevance | path

Searched defs:mUseInc (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java646 native void rsnScriptInvoke(long con, long id, int slot, boolean mUseInc); in rsnScriptInvoke()
647 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke()
756 long e, int[] dims, boolean mUseInc); in rsnScriptSetVarVE()
758 long e, int[] dims, boolean mUseInc) { in nScriptSetVarVE()
936 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Single()
948 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Double()
960 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Complex()
972 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Z()
976 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Z()
983 int c_mult_int, boolean mUseInc); in rsnScriptIntrinsicBLAS_BNNM()
[all …]
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp588 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single()
628 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double()
754 jint c_mult_int, jboolean mUseInc) { in nScriptIntrinsicBLAS_BNNM()
1476 jlong elem, jintArray dims, jboolean mUseInc) in nScriptSetVarVE()
1516 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) in nScriptInvoke()
1542 jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) in nScriptForEach()
1559 jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) in nScriptForEachV()
1581 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) in nScriptForEachClipped()
1616 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) in nScriptForEachClippedV()
1902 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) in nScriptIntrinsicCreate()
[all …]