Searched refs:ScriptForEachMulti (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 95 dispatchTab.ScriptForEachMulti = (ScriptForEachMultiFnPtr)dlsym(handle, "rsScriptForEachMulti"); in loadSymbols() 461 if (dispatchTab.ScriptForEachMulti == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 206 ScriptForEachMultiFnPtr ScriptForEachMulti; member
|
D | ScriptIntrinsicBLAS.cpp | 115 …tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, in nScriptIntrinsicBLAS_Single() 129 …tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, in nScriptIntrinsicBLAS_Double() 142 …tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, in nScriptIntrinsicBLAS_Complex() 155 …tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, in nScriptIntrinsicBLAS_Z() 176 …tryDispatch(mRS, RS::dispatch->ScriptForEachMulti(con, id, 0, in_allocs, NELEM(in_allocs), nullptr, in nScriptIntrinsicBLAS_BNNM()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 614 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0, in nScriptIntrinsicBLAS_Single() 618 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0, in nScriptIntrinsicBLAS_Single() 654 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0, in nScriptIntrinsicBLAS_Double() 658 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0, in nScriptIntrinsicBLAS_Double() 697 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0, in nScriptIntrinsicBLAS_Complex() 701 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0, in nScriptIntrinsicBLAS_Complex() 740 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0, in nScriptIntrinsicBLAS_Z() 744 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0, in nScriptIntrinsicBLAS_Z() 773 dispatchTabInc.ScriptForEachMulti((RsContext)incCon, (RsScript)id, 0, in nScriptIntrinsicBLAS_BNNM() 777 dispatchTab.ScriptForEachMulti((RsContext)con, (RsScript)id, 0, in nScriptIntrinsicBLAS_BNNM() [all …]
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 114 …static void ScriptForEachMulti(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation,…
|
D | rsHidlAdaptation.cpp | 145 mEntryFuncs.ScriptForEachMulti = ScriptForEachMulti; in LoadDispatchForHidl() 763 ScriptForEachMulti(context, script, slot, vains, inLen, vaout, params, paramLen, sc, scLen); in ScriptForEach() 766 void RsHidlAdaptation::ScriptForEachMulti (RsContext context, RsScript script, uint32_t slot, in ScriptForEachMulti() function in RsHidlAdaptation
|
D | rs.spec | 405 ScriptForEachMulti {
|
D | rsApiStubs.cpp | 662 …RS_DISPATCH(ctxWrapper, ScriptForEachMulti, s, slot, ains, ains_length, aout, usr, usr_length, sc,… in rsScriptForEachMulti()
|