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

  /frameworks/rs/tests/typecheck/
kernels.rs 87 ulong2 ul2;
88 ulong2 ul2i = {1, 2};
  /frameworks/rs/scriptc/
rs_debug.rsh 251 rsDebug(const char *, ulong2);
rs_allocation.rsh 203 GET_ELEMENT_AT(ulong2)
338 SET_ELEMENT_AT(ulong2)
rs_types.rsh 276 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 251 rsDebug(const char *, ulong2);
rs_allocation.rsh 203 GET_ELEMENT_AT(ulong2)
338 SET_ELEMENT_AT(ulong2)
rs_types.rsh 276 typedef ulong ulong2 __attribute__((ext_vector_type(2)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 56 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
192 static void SC_debugUL2(const char *s, const ulong2 *ll) {
193 ALOGD("ulong2 %s {%llu, %llu} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
  /frameworks/rs/driver/runtime/
rs_core.c 155 PRIM_DEBUG(ulong2)
rs_allocation.c 245 ELEMENT_AT(ulong2)
  /frameworks/rs/driver/runtime/arch/
generic.c 427 extern ulong2 __attribute__((overloadable)) max(ulong2 v1, ulong2 v2) {
428 ulong2 r;
684 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) {
685 ulong2 r;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 64 typedef unsigned long long ulong2 __attribute__((ext_vector_type(2))); typedef
769 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
    [all...]

Completed in 692 milliseconds