/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() 59 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() 90 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() 122 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() 135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() 154 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() 165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() 184 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() [all …]
|
D | ScriptIntrinsicHistogram.java | 69 public void forEach(Allocation ain) { in forEach() 87 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach() 173 public void forEach_Dot(Allocation ain) { in forEach_Dot() 188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
|
D | ScriptIntrinsic3DLUT.java | 86 public void forEach(Allocation ain, Allocation aout) { in forEach() 98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicLUT.java | 128 public void forEach(Allocation ain, Allocation aout) { in forEach() 140 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicColorMatrix.java | 224 public void forEach(Allocation ain, Allocation aout) { in forEach() 244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
D | ScriptIntrinsicYuvToRGB.java | 57 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicResize.java | 52 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 74 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicBlur.java | 61 public void setInput(Allocation ain) { in setInput()
|
D | ScriptIntrinsicConvolve3x3.java | 74 public void setInput(Allocation ain) { in setInput()
|
D | Script.java | 170 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 179 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
|
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
D | Benchmark.java | 25 private Allocation ain; field in Benchmark
|
/frameworks/rs/tests/cpp_api/cppallocation/ |
D | compute.cpp | 33 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
D | compute.cpp | 26 sp<Allocation> ain; variable
|
/frameworks/rs/tests/cpp_api/cppstrided/ |
D | compute.cpp | 35 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 58 void ScriptIntrinsic3DLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) { in forEach() 480 void ScriptIntrinsicHistogram::forEach(const sp<Allocation>& ain) { in forEach() 499 void ScriptIntrinsicHistogram::forEach_dot(const sp<Allocation>& ain) { in forEach_dot() 536 void ScriptIntrinsicLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) { in forEach() 600 void ScriptIntrinsicResize::setInput(const sp<Allocation>& ain) { in setInput()
|
D | Script.cpp | 28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& ao… in forEach()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 63 static void initABC(const Allocation ** ain, in initABC() 87 static void setupGEMM(MTLaunchStructForEachBlas *mtls, const Allocation **ain, RsBlasCall* call, in setupGEMM() 156 const Allocation *ain[RS_KERNEL_INPUT_LIMIT]; in walk_tiled_gemm() local 237 const Allocation ** ain, in invokeForEach()
|
D | rsCpuScriptGroup.cpp | 152 Allocation *ain = nullptr; in execute() local
|
/frameworks/rs/tests/cpp_api/cppbasic-getpointer/ |
D | compute.cpp | 35 …sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USA… in test_compute() local
|
/frameworks/rs/tests/cpp_api/latency/ |
D | latency.cpp | 70 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | compute.cpp | 31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | compute.cpp | 31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 42 long getDummyAlloc(Allocation ain) { in getDummyAlloc() 245 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { in forEach() 282 …protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc)… in forEach()
|
/frameworks/rs/driver/ |
D | rsdBcc.cpp | 71 const Allocation * ain, in rsdScriptInvokeForEach()
|