/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
fe_all.rs | 4 void test_i8(const char *ain, uchar *aout) { 5 aout[0] = ain[0] + 1; 9 void test_i8_2(const char2 *ain, uchar2 *aout) { 10 aout[0].x = ain[0].x + 1; 11 aout[0].y = ain[0].y + 1; 15 void test_i8_3(const char3 *ain, uchar3 *aout) { 16 aout[0].x = ain[0].x + 1; 17 aout[0].y = ain[0].y + 1; 18 aout[0].z = ain[0].z + 1; 22 void test_i8_4(const char4 *ain, uchar4 *aout) { [all...] |
scriptgroup.rs | 17 void arith(const int *ain, int *aout, uint32_t x) { 24 *aout = *ain + value; 26 *aout = *ain - value; 28 *aout = *ain * value; 30 *aout = *ain / value; 35 void memset(int *aout) { 36 *aout = memset_toValue; 47 void getCompareResult(int* aout) { 48 *aout = compare_failure;
|
setelementat.rs | 16 void memset(int *aout) { 17 *aout = memset_toValue; 29 void getCompareResult(int* aout) { 30 *aout = compare_failure;
|
/cts/tests/tests/rscpp/librscpptest/ |
fe_all.rs | 4 void test_i8(const char *ain, uchar *aout) { 5 aout[0] = ain[0] + 1; 9 void test_i8_2(const char2 *ain, uchar2 *aout) { 10 aout[0].x = ain[0].x + 1; 11 aout[0].y = ain[0].y + 1; 15 void test_i8_3(const char3 *ain, uchar3 *aout) { 16 aout[0].x = ain[0].x + 1; 17 aout[0].y = ain[0].y + 1; 18 aout[0].z = ain[0].z + 1; 22 void test_i8_4(const char4 *ain, uchar4 *aout) { [all...] |
/frameworks/compile/slang/tests/P_root_void/ |
root_void.rs | 4 void root(const void *ain, void *aout, const void *usrData, 33 void out_only(void *aout) { 36 void out_x_only(void *aout, uint32_t x) { 39 void out_y_only(void *aout, uint32_t y) { 42 void out_x_y_only(void *aout, uint32_t x, uint32_t y) { 45 void out_usrdata_only(void *aout, const void *usrData) { 48 void out_usrdata_x_only(void *aout, const void *usrData, uint32_t x) { 51 void out_usrdata_y_only(void *aout, const void *usrData, uint32_t y) { 54 void out_usrdata_x_y_only(void *aout, const void *usrData, uint32_t x, 58 void in_out_only(const void *ain, void *aout) { [all...] |
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/ |
root_compute_non_const_usrData.rs | 4 void root(const int *ain, int *aout, void *usrData) {
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlend.java | 54 private void blend(int id, Allocation ain, Allocation aout) { 58 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) { 61 forEach(id, ain, aout, null); 68 * @param aout The destination buffer 70 public void forEachClear(Allocation ain, Allocation aout) { 71 blend(0, ain, aout); 88 * @param aout The destination buffer 90 public void forEachSrc(Allocation ain, Allocation aout) { 91 blend(1, ain, aout); 109 * @param aout The destination buffe [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBlend.java | 43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { 47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) { 50 forEach(id, ain, aout, null, opt); 57 * @param aout The destination buffer 59 public void forEachClear(Allocation ain, Allocation aout) { 60 forEachClear(ain, aout, null); 67 * @param aout The destination buffer 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { 71 blend(0, ain, aout, opt); 88 * @param aout The destination buffe [all...] |
/frameworks/compile/slang/tests/P_root_compute_int32_xy/ |
root_compute_int32_xy.rs | 4 void root_old(const int *ain, int *aout, int x, int y) { 5 *aout = *ain + x + y;
|
/frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/ |
root_compute_non_ptr_usrData.rs | 4 void root(const int *ain, int *aout, const int usrData) {
|
/frameworks/compile/slang/tests/P_root_compute_non_void_ptr_usrData/ |
root_compute_non_void_ptr_usrData.rs | 4 void root(const int *ain, int *aout, const int *usrData) {
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
hp300bsd.sh | 1 SCRIPT_NAME=aout
|
news.sh | 1 SCRIPT_NAME=aout
|
pdp11.sh | 1 SCRIPT_NAME=aout
|
i386nbsd.sh | 1 SCRIPT_NAME=aout
|
m68kaout.sh | 1 SCRIPT_NAME=aout
|
sparcnbsd.sh | 1 SCRIPT_NAME=aout
|
vax.sh | 1 SCRIPT_NAME=aout
|
vaxnbsd.sh | 1 SCRIPT_NAME=aout
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
root_compute_really_bad.rs | 4 int root(int ain, int aout, int usrData, float x1, double y1, 10 void root2(int* ain, const int* aout, int* usrData, const float* x1, 15 root_kernel(int ain, int* aout, int usrData, float x1, double y1,
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
root_compute_non_uint32_t_xyzar.rs | 4 void root(const int *ain, int *aout, const void *usrData,
|
/frameworks/compile/slang/tests/P_root_compute/ |
root_compute.rs | 4 void root(const int *ain, int *aout, const void *usrData,
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
expr2.d | 3 #xfail: rs6000-*-aix* arm-*-*aout
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
undefined.d | 2 # COFF and aout based ports, except Windows CE, 4 #skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix* *-*-vxworks
|
undefined_coff.d | 2 # COFF and aout based ports, except Windows CE, 4 #not-skip: *-*-*coff *-unknown-pe *-epoc-pe *-*-*aout* *-*-netbsd *-*-riscix*
|