/frameworks/rs/tests/typecheck/ |
kernels.rs | 91 ulong4 ul4; 92 ulong4 ul4i = {1, 2, 3, 4};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 261 rsDebug(const char *, ulong4);
|
rs_allocation.rsh | 205 GET_ELEMENT_AT(ulong4) 340 SET_ELEMENT_AT(ulong4)
|
rs_types.rsh | 286 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 261 rsDebug(const char *, ulong4);
|
rs_allocation.rsh | 205 GET_ELEMENT_AT(ulong4) 340 SET_ELEMENT_AT(ulong4)
|
rs_types.rsh | 286 typedef ulong ulong4 __attribute__((ext_vector_type(4)));
|
/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);
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 157 PRIM_DEBUG(ulong4)
|
rs_allocation.c | 247 ELEMENT_AT(ulong4)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 442 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) { 443 ulong4 r; 699 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) { 700 ulong4 r;
|
/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...] |