Home
last modified time | relevance | path

Searched refs:skc_ulong (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/compute/skc/
Dweakref.c47 skc_ulong : SKC_WEAKREF_INDEX_BITS;
48 skc_ulong epoch : 64 - SKC_WEAKREF_INDEX_BITS;
52 SKC_STATIC_ASSERT(sizeof(skc_weakref_t) == sizeof(skc_ulong));
53 SKC_STATIC_ASSERT(sizeof(union skc_weakref) == sizeof(skc_ulong));
Dtypes.h88 typedef cl_ulong skc_ulong; typedef
180 typedef ulong skc_ulong; typedef
Dweakref.h22 typedef skc_ulong skc_epoch_t;
Dscheduler.h109 skc_thread_sleep(skc_ulong const msecs);
Dcommon.h83 skc_ulong u64;
Dmacros.h101 #define SKC_BITS_TO_MASK_64(n) (((skc_ulong)1<<(n))-1)
Dscheduler.cpp496 skc_thread_sleep(skc_ulong const msecs)
/external/skqp/src/compute/skc/platforms/cl_12/
Dcomposition_cl_12.c59 skc_ulong u64;
73 skc_ulong na0 : SKC_TTCK_LO_BITS_ID_PREFIX_ESCAPE;
74 skc_ulong layer : SKC_TTCK_BITS_LAYER;
75 skc_ulong na1 : SKC_TTCK_HI_BITS_YX;
Draster_builder_cl_12.c259 skc_ulong u64;
485 skc_ulong const a = *(const skc_ulong *)ptr_a;
486 skc_ulong const b = *(const skc_ulong *)ptr_b;
Draster_builder_cl_12.h42 skc_ulong u64;