HomeSort by relevance Sort by last modified time
    Searched full:ulong4 (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/src/android/renderscript/cts/
kernel_all.rs 107 ulong4 __attribute__((kernel)) test_i64_4(long4 ain) {
108 ulong4 r;
fe_all.rs 100 void test_i64_4(const long4 *ain, ulong4 *aout) {
vector.rs 42 ulong4 u64_4 = { 1, 2, 3, 4 };
  /frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_generic.c 357 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) {
358 ulong4 r;
614 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) {
615 ulong4 r;
generic.c 415 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) {
416 ulong4 r;
672 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) {
673 ulong4 r;
  /frameworks/rs/scriptc/
rs_allocation.rsh 205 GET_ELEMENT_AT(ulong4)
340 SET_ELEMENT_AT(ulong4)
rs_debug.rsh 261 rsDebug(const char *, ulong4);
rs_types.rsh 286 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 205 GET_ELEMENT_AT(ulong4)
340 SET_ELEMENT_AT(ulong4)
rs_debug.rsh 261 rsDebug(const char *, ulong4);
rs_types.rsh 286 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_core.c 195 PRIM_DEBUG(ulong4)
rs_allocation.c 239 ELEMENT_AT(ulong4)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
vector.rs 42 ulong4 u64_4 = { 1, 2, 3, 4 };
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
vector.rs 42 ulong4 u64_4 = { 1, 2, 3, 4 };
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
vector.rs 42 ulong4 u64_4 = { 1, 2, 3, 4 };
  /frameworks/base/docs/html/reference/renderscript/
globals_type.html 205 <li>ulong4
rs__allocation_8rsh_source.html 152 <a name="l00205"></a>00205 GET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#a3029c54b8e1779a1ddbdfe875432d137">ulong4</a>)
238 <a name="l00340"></a>00340 SET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#a3029c54b8e1779a1ddbdfe875432d137">ulong4</a>)
rs__debug_8rsh_source.html 144 <a name="l00261"></a>00261 <a class="code" href="rs__debug_8rsh.html#aff35df661796c13fa9e616d1d387df0d">rsDebug</a>(const <span class="keywordtype">char</span> *, <a class="code" href="rs__types_8rsh.html#a3029c54b8e1779a1ddbdfe875432d137">ulong4</a>);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 58 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
198 static void SC_debugUL4(const char *s, const ulong4 *ll) {
199 ALOGD("ulong4 %s {%llu, %llu, %llu, %llu} 0x%llx 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->w, ll->x, ll->y, ll->z, ll->w);
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/mips/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/x86/
libRSSupport.so 
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 66 typedef unsigned long long ulong4 __attribute__((ext_vector_type(4))); typedef
771 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 63 static volatile ulong4 prefix##_ul_4 = 1; \

Completed in 385 milliseconds

1 2