HomeSort by relevance Sort by last modified time
    Searched refs:ulong4 (Results 1 - 12 of 12) sorted by null

  /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/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/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/compile/libbcc/lib/Renderscript/runtime/
rs_core.c 195 PRIM_DEBUG(ulong4)
rs_allocation.c 239 ELEMENT_AT(ulong4)
  /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...]

Completed in 241 milliseconds