/frameworks/rs/tests/typecheck/ |
kernels.rs | 89 ulong3 ul3; 90 ulong3 ul3i = {1, 2, 3};
|
/frameworks/rs/scriptc/ |
rs_debug.rsh | 256 rsDebug(const char *, ulong3);
|
rs_allocation.rsh | 204 GET_ELEMENT_AT(ulong3) 339 SET_ELEMENT_AT(ulong3)
|
rs_types.rsh | 281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
|
/prebuilts/sdk/renderscript/include/ |
rs_debug.rsh | 256 rsDebug(const char *, ulong3);
|
rs_allocation.rsh | 204 GET_ELEMENT_AT(ulong3) 339 SET_ELEMENT_AT(ulong3)
|
rs_types.rsh | 281 typedef ulong ulong3 __attribute__((ext_vector_type(3)));
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeStubs.cpp | 57 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef 195 static void SC_debugUL3(const char *s, const ulong3 *ll) { 196 ALOGD("ulong3 %s {%llu, %llu, %llu} 0x%llx 0x%llx 0x%llx", s, ll->x, ll->y, ll->z, ll->x, ll->y, ll->z);
|
/frameworks/rs/driver/runtime/ |
rs_core.c | 156 PRIM_DEBUG(ulong3)
|
rs_allocation.c | 246 ELEMENT_AT(ulong3)
|
/frameworks/rs/driver/runtime/arch/ |
generic.c | 434 extern ulong3 __attribute__((overloadable)) max(ulong3 v1, ulong3 v2) { 435 ulong3 r; 691 extern ulong3 __attribute__((overloadable)) min(ulong3 v1, ulong3 v2) { 692 ulong3 r;
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 65 typedef unsigned long long ulong3 __attribute__((ext_vector_type(3))); typedef 770 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3) [all...] |