Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect2 root_compute_really_bad.rs:5:31: error: In compute kernel root(), parameter 'x' should be defined b…
3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear …
4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear …
12 root_compute_really_bad.rs:10:66: error: Unexpected parameter 'x1' for compute kernel root2()
13 root_compute_really_bad.rs:11:26: error: Unexpected parameter 'y1' for compute kernel root2()
14 root_compute_really_bad.rs:16:38: error: In compute kernel root_kernel(), parameter 'x' should be d…
15 root_compute_really_bad.rs:16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot…
16 root_compute_really_bad.rs:16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot…
17 root_compute_really_bad.rs:15:31: error: Invalid parameter 'aout' for compute kernel root_kernel().…
19 root_compute_really_bad.rs:15:41: error: Invalid parameter 'usrData' for compute kernel root_kernel…
[all …]
/frameworks/compile/slang/tests/F_root_compute_too_many_args/
Dstderr.txt.expect1 root_compute_too_many_args.rs:6:20: error: In compute kernel root(), parameter 'extra1' cannot appe…
2 root_compute_too_many_args.rs:6:37: error: In compute kernel root(), parameter 'extra2' cannot appe…
/frameworks/rs/tests/cppbasic/
DAndroid.mk9 compute.cpp
16 LOCAL_MODULE:= rstest-compute
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd25 adding compute acceleration to your application. RS is interesting for compute
35 In this post I’ll look at "compute" in more detail. In RenderScript we use
36 "compute" to mean offloading of data processing from Dalvik code to
Dcompute.jd41 <li>High-performance compute kernels are written in a C99-derived language.</li>
71 <li>Some number of compute kernels. A kernel is a parallel function that executes across every
/frameworks/rs/tests/cppbasic-shared/
DAndroid.mk6 compute.cpp
12 LOCAL_MODULE:= rstest-compute-shared
/frameworks/rs/tests/cppbasic-getpointer/
DAndroid.mk6 compute.cpp
12 LOCAL_MODULE:= rstest-compute-getpointer
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect3 root_compute_non_uint32_t_xyzar.rs:5:36: error: In compute kernel root(), parameter 'z' cannot appe…
4 root_compute_non_uint32_t_xyzar.rs:5:45: error: In compute kernel root(), parameter 'ar' cannot app…
/frameworks/compile/slang/tests/F_v15_non_root_kernel/
Dstderr.txt.expect1 v15_non_root_kernel.rs:5:6: error: Non-root compute kernel foo() is not supported in SDK levels 11-…
/frameworks/compile/slang/tests/F_multi_in_target_version/
Dstderr.txt.expect1 multi_in_target_version.rs:5:43: error: Invalid parameter 'in1' for compute kernel root(). Kernels …
/frameworks/compile/slang/lit-tests/P_compute/
Dcompute.rs8 #pragma rs java_package_name(compute)
/frameworks/rs/tests/cppstrided/
DAndroid.mk9 compute.cpp
/frameworks/rs/tests/cppallocation/
DAndroid.mk9 compute.cpp
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Disp_isf.tab43 /* slope in Q11 used to compute y = acos(x) */
/frameworks/rs/
DrsElement.cpp172 void Element::compute() { in compute() function in Element
258 e->compute(); in createRef()
339 e->compute(); in createRef()
DrsElement.h161 void compute();
DrsType.h92 void compute();
DrsType.cpp72 void Type::compute() { in compute() function in Type
265 nt->compute(); in getTypeRef()
/frameworks/rs/scriptc/
Drs_core.rsh20 * compute operations at the native level. RenderScript code is compiled on devices
23 * can utilize to write RenderScript code in C99. The RenderScript compute header
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dthreshold.fs50 // Now compute the coefficints
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd105 or page orientation, giving your application an opportunity to compute the layout of the
257 // is used to compute the next output page index.
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt106 is slow to compute or collect, the application may specify callback
/frameworks/base/docs/html/about/versions/
Dlollipop.jd102 …ations provide larger address space and improved performance for certain compute workloads. Apps w…
162 <p>OpenGL ES 3.1 adds compute shaders, stencil textures, accelerated visual effects, high quality E…
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd364 the <a href="{@docRoot}guide/topics/renderscript/compute.html">RenderScript</a> computation
369 <a href="{@docRoot}guide/topics/renderscript/compute.html#access-rs-apis">RenderScript</a>
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd112 // compute your public key and store it in base64EncodedPublicKey

12