HomeSort by relevance Sort by last modified time
    Searched refs:RsScriptCall (Results 1 - 25 of 36) sorted by null

1 2

  /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 524 const RsScriptCall *sc) {
557 const RsScriptCall *sc,
629 const RsScriptCall *sc,
751 const RsScriptCall *sc) {
767 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 652 const RsScriptCall * sc, size_t sc_length)
660 const RsScriptCall * sc, size_t sc_length)
667 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;
174 const RsScriptCall *sc);
179 android::renderscript::Allocation *aout, const RsScriptCall *sc);
185 const RsScriptCall *sc);
rsovScript.cpp 221 const RsScriptCall *sc) {
235 const RsScriptCall *sc) {
834 const RsScriptCall *sc) {
848 size_t usrLen, const RsScriptCall *sc) {
876 Allocation *aout, const RsScriptCall *sc) {
  /frameworks/rs/cpp/
rsDispatch.h 81 typedef void (*ScriptForEachFnPtr) (RsContext, RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
82 typedef void (*ScriptForEachMultiFnPtr) (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
83 typedef void (*ScriptReduceFnPtr) (RsContext, RsScript, uint32_t, RsAllocation*, size_t, RsAllocation, const RsScriptCall*, size_t);

Completed in 108 milliseconds

1 2