Home
last modified time | relevance | path

Searched defs:ain (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java43 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 …]
DScriptIntrinsicHistogram.java69 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()
DScriptIntrinsic3DLUT.java86 public void forEach(Allocation ain, Allocation aout) { in forEach()
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
DScriptIntrinsicLUT.java128 public void forEach(Allocation ain, Allocation aout) { in forEach()
140 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
DScriptIntrinsicColorMatrix.java224 public void forEach(Allocation ain, Allocation aout) { in forEach()
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
DScriptIntrinsicYuvToRGB.java57 public void setInput(Allocation ain) { in setInput()
DScriptIntrinsicResize.java52 public void setInput(Allocation ain) { in setInput()
DScriptIntrinsicBlur.java61 public void setInput(Allocation ain) { in setInput()
DScriptIntrinsicConvolve5x5.java74 public void setInput(Allocation ain) { in setInput()
DScriptIntrinsicConvolve3x3.java74 public void setInput(Allocation ain) { in setInput()
DScript.java169 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
178 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach()
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
DBenchmark.java25 private Allocation ain; field in Benchmark
/frameworks/rs/tests/cpp_api/cppallocation/
Dcompute.cpp33 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
/frameworks/rs/tests/cpp_api/cpp-globalguard/
Dcompute.cpp26 sp<Allocation> ain; variable
/frameworks/rs/tests/cpp_api/cppstrided/
Dcompute.cpp35 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
/frameworks/rs/cpp/
DScriptIntrinsics.cpp58 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()
DScript.cpp28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& ao… in forEach()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp63 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()
DrsCpuScriptGroup.cpp152 Allocation *ain = nullptr; in execute() local
/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
Dcompute.cpp35 …sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USA… in test_compute() local
/frameworks/rs/tests/cpp_api/latency/
Dlatency.cpp70 sp<Allocation> ain = Allocation::createTyped(rs, t); in main() local
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
/frameworks/rs/tests/cpp_api/cppbasic/
Dcompute.cpp31 sp<Allocation> ain = Allocation::createTyped(rs, t); in test_compute() local
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScript.java42 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/
DrsdBcc.cpp71 const Allocation * ain, in rsdScriptInvokeForEach()

12