/frameworks/rs/cpu_ref/ |
rsCpuScript.h | 51 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);
|
rsCpuIntrinsic.h | 55 const RsScriptCall *sc) override; 63 uint32_t usrLen, const RsScriptCall * sc) override; 67 const RsScriptCall * sc) override;
|
rsCpuIntrinsic.cpp | 79 const RsScriptCall *sc) { 85 const RsScriptCall *sc) { 94 const RsScriptCall *sc) {
|
rsd_cpu.h | 63 const RsScriptCall *sc) = 0; 68 const RsScriptCall *sc) = 0;
|
rsCpuIntrinsicHistogram.cpp | 38 uint32_t usrLen, const RsScriptCall *sc); 41 uint32_t usrLen, const RsScriptCall *sc); 99 const RsScriptCall *sc) { 147 const RsScriptCall *sc) {
|
rsCpuScript.cpp | 514 const RsScriptCall *sc) { 547 const RsScriptCall *sc, 619 const RsScriptCall *sc, 741 const RsScriptCall *sc) { 757 const RsScriptCall *sc) { [all...] |
rsCpuCore.h | 168 const RsScriptCall *sc, MTLaunchStructForEach *mtls);
|
/frameworks/rs/ |
rsScriptC.h | 48 const RsScriptCall *sc = nullptr) override; 52 Allocation *aout, const RsScriptCall *sc) override;
|
rsScriptIntrinsic.h | 50 const RsScriptCall* sc = nullptr) override; 54 Allocation *aout, const RsScriptCall *sc) override;
|
rsScriptIntrinsic.cpp | 65 const RsScriptCall* sc) { 73 Allocation *aout, const RsScriptCall *sc) {
|
rsScript.h | 133 const RsScriptCall *sc = nullptr) = 0; 137 Allocation *aout, const RsScriptCall *sc) = 0;
|
rsHidlAdaptation.h | 113 static void ScriptForEach(RsContext, RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t); 114 static void ScriptForEachMulti(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t); 115 static void ScriptReduce(RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
|
rsScript.cpp | 195 size_t paramLen, const RsScriptCall *sc, 210 const RsScriptCall *sc, size_t scLen) { 226 RsAllocation vaout, const RsScriptCall *sc,
|
rs.spec | 402 param const RsScriptCall * sc 411 param const RsScriptCall * sc 419 param const RsScriptCall * sc
|
rsApiStubs.h | 113 extern "C" void rsScriptForEach (RsContext rsc, RsScript s, uint32_t slot, RsAllocation ain, RsAllocation aout, const void * usr, size_t usr_length, const RsScriptCall * sc, size_t sc_length); 114 extern "C" void rsScriptForEachMulti (RsContext rsc, RsScript s, uint32_t slot, RsAllocation * ains, size_t ains_length, RsAllocation aout, const void * usr, size_t usr_length, const RsScriptCall * sc, size_t sc_length); 115 extern "C" void rsScriptReduce (RsContext rsc, RsScript s, uint32_t slot, RsAllocation * ains, size_t ains_length, RsAllocation aout, const RsScriptCall * sc, size_t sc_length);
|
rs_hal.h | 176 const RsScriptCall *sc); 181 const RsScriptCall *sc); 216 const RsScriptCall *sc);
|
rsScriptC.cpp | 178 const RsScriptCall *sc) { 222 Allocation *aout, const RsScriptCall *sc) {
|
rsDefines.h | 256 } RsScriptCall;
|
rsRuntime.h | 160 const RsScriptCall *call);
|
rsApiStubs.cpp | 657 const RsScriptCall * sc, size_t sc_length) 665 const RsScriptCall * sc, size_t sc_length) 672 const RsScriptCall * sc, size_t sc_length) [all...] |
/frameworks/rs/driver/ |
rsdBcc.h | 44 const RsScriptCall *sc); 52 const RsScriptCall *sc); 62 const RsScriptCall *sc);
|
rsdBcc.cpp | 75 const RsScriptCall *sc) { 96 const RsScriptCall *sc) { 130 const RsScriptCall *sc) {
|
/frameworks/rs/rsov/driver/ |
rsovScript.h | 68 const RsScriptCall *sc) override; 71 Allocation *aout, const RsScriptCall *sc) override; 165 const RsScriptCall *sc); 170 android::renderscript::Allocation *aout, const RsScriptCall *sc); 176 const RsScriptCall *sc);
|
rsovScript.cpp | 163 const RsScriptCall *sc) { 177 const RsScriptCall *sc) { 747 const RsScriptCall *sc) { 761 size_t usrLen, const RsScriptCall *sc) { 789 Allocation *aout, const RsScriptCall *sc) {
|
/frameworks/rs/cpp/ |
rsDispatch.h | 82 typedef void (*ScriptForEachFnPtr) (RsContext, RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t); 83 typedef void (*ScriptForEachMultiFnPtr) (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t); 84 typedef void (*ScriptReduceFnPtr) (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);
|