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

  /external/skia/src/compute/skc/platforms/cl_12/
atomic_cl.h 40 #define SKC_ATOMIC_CAST_LOCAL(p) (__local atomic_uint volatile * restrict const)(p)
46 #define SKC_ATOMIC_CAST_LOCAL(p) (p)
52 #define SKC_ATOMIC_ADD_LOCAL_RELAXED_DEVICE(p,v) atomic_fetch_add_explicit(SKC_ATOMIC_CAST_LOCAL(p), \
54 #define SKC_ATOMIC_ADD_LOCAL_RELAXED_SUBGROUP(p,v) atomic_fetch_add_explicit(SKC_ATOMIC_CAST_LOCAL(p), \
  /external/skqp/src/compute/skc/platforms/cl_12/
atomic_cl.h 40 #define SKC_ATOMIC_CAST_LOCAL(p) (__local atomic_uint volatile * restrict const)(p)
46 #define SKC_ATOMIC_CAST_LOCAL(p) (p)
52 #define SKC_ATOMIC_ADD_LOCAL_RELAXED_DEVICE(p,v) atomic_fetch_add_explicit(SKC_ATOMIC_CAST_LOCAL(p), \
54 #define SKC_ATOMIC_ADD_LOCAL_RELAXED_SUBGROUP(p,v) atomic_fetch_add_explicit(SKC_ATOMIC_CAST_LOCAL(p), \

Completed in 978 milliseconds