Home
last modified time | relevance | path

Searched refs:RsScriptCall (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuScript.h51 uint32_t usrLen, const RsScriptCall *sc);
55 const RsScriptCall *sc);
63 const RsScriptCall* sc) override;
68 const RsScriptCall* sc) override;
90 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
96 const RsScriptCall *sc, MTLaunchStructReduce *mtls);
140 const RsScriptCall *sc);
DrsCpuIntrinsic.h55 const RsScriptCall *sc) override;
63 uint32_t usrLen, const RsScriptCall * sc) override;
67 const RsScriptCall * sc) override;
DrsCpuIntrinsic.cpp79 const RsScriptCall *sc) { in preLaunch()
85 const RsScriptCall *sc) { in postLaunch()
94 const RsScriptCall *sc) { in invokeForEach()
DrsCpuIntrinsicHistogram.cpp38 uint32_t usrLen, const RsScriptCall *sc);
41 uint32_t usrLen, const RsScriptCall *sc);
99 const RsScriptCall *sc) { in preLaunch()
147 const RsScriptCall *sc) { in postLaunch()
Drsd_cpu.h63 const RsScriptCall *sc) = 0;
68 const RsScriptCall *sc) = 0;
DrsCpuScript.cpp525 const RsScriptCall *sc) { in setUpMtlsDimensions()
558 const RsScriptCall *sc, in reduceMtlsSetup()
630 const RsScriptCall *sc, in forEachMtlsSetup()
752 const RsScriptCall *sc) { in invokeForEach()
768 const RsScriptCall *sc) { in invokeReduce()
1000 const RsScriptCall *sc) {} in preLaunch()
1005 const RsScriptCall *sc) {} in postLaunch()
DrsCpuCore.h168 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
DrsCpuIntrinsicColorMatrix.cpp169 uint32_t usrLen, const RsScriptCall *sc) override;
948 const RsScriptCall *sc) { in preLaunch()
/frameworks/rs/
DrsScriptIntrinsic.h50 const RsScriptCall* sc = nullptr) override;
54 Allocation *aout, const RsScriptCall *sc) override;
DrsScriptC.h48 const RsScriptCall *sc = nullptr) override;
52 Allocation *aout, const RsScriptCall *sc) override;
DrsScriptIntrinsic.cpp65 const RsScriptCall* sc) { in runForEach()
73 Allocation *aout, const RsScriptCall *sc) { in runReduce()
DrsScript.h133 const RsScriptCall *sc = nullptr) = 0;
137 Allocation *aout, const RsScriptCall *sc) = 0;
DrsHidlAdaptation.h113 … RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
114 …, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
115 …e(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
DrsScript.cpp195 size_t paramLen, const RsScriptCall *sc, in rsi_ScriptForEachMulti()
210 const RsScriptCall *sc, size_t scLen) { in rsi_ScriptForEach()
226 RsAllocation vaout, const RsScriptCall *sc, in rsi_ScriptReduce()
Drs.spec402 param const RsScriptCall * sc
411 param const RsScriptCall * sc
419 param const RsScriptCall * sc
Drs_hal.h176 const RsScriptCall *sc);
181 const RsScriptCall *sc);
216 const RsScriptCall *sc);
DrsScriptC.cpp178 const RsScriptCall *sc) { in runForEach()
222 Allocation *aout, const RsScriptCall *sc) { in runReduce()
DrsApiStubs.h113 …on ain, RsAllocation aout, const void * usr, size_t usr_length, const RsScriptCall * sc, size_t sc…
114 …length, RsAllocation aout, const void * usr, size_t usr_length, const RsScriptCall * sc, size_t sc…
115 …ot, RsAllocation * ains, size_t ains_length, RsAllocation aout, const RsScriptCall * sc, size_t sc…
DrsDefines.h256 } RsScriptCall; typedef
DrsRuntime.h160 const RsScriptCall *call);
DrsApiStubs.cpp652 const RsScriptCall * sc, size_t sc_length) in rsScriptForEach()
660 const RsScriptCall * sc, size_t sc_length) in rsScriptForEachMulti()
667 const RsScriptCall * sc, size_t sc_length) in rsScriptReduce()
DrsScriptC_Lib.cpp230 const RsScriptCall *call) { in rsrForEach()
/frameworks/rs/driver/
DrsdBcc.h44 const RsScriptCall *sc);
52 const RsScriptCall *sc);
62 const RsScriptCall *sc);
DrsdBcc.cpp75 const RsScriptCall *sc) { in rsdScriptInvokeForEach()
96 const RsScriptCall *sc) { in rsdScriptInvokeForEachMulti()
130 const RsScriptCall *sc) { in rsdScriptInvokeReduce()
/frameworks/rs/cpp/
DrsDispatch.h81 … RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
82 …, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
83 … (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);

12