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

  /external/skia/src/compute/skc/platforms/cl_12/
handle_pool_cl_12.h 64 SKC_STATIC_ASSERT(SKC_MEMBER_SIZE(union skc_handle_refcnt,hd) ==
65 SKC_MEMBER_SIZE(union skc_handle_refcnt,h) +
66 SKC_MEMBER_SIZE(union skc_handle_refcnt,d));
handle_pool_cl_12.c 60 #define SKC_HANDLE_REFCNT_HOST_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,h) * 8)
61 #define SKC_HANDLE_REFCNT_DEVICE_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,d) * 8)
  /external/skqp/src/compute/skc/platforms/cl_12/
handle_pool_cl_12.h 64 SKC_STATIC_ASSERT(SKC_MEMBER_SIZE(union skc_handle_refcnt,hd) ==
65 SKC_MEMBER_SIZE(union skc_handle_refcnt,h) +
66 SKC_MEMBER_SIZE(union skc_handle_refcnt,d));
handle_pool_cl_12.c 60 #define SKC_HANDLE_REFCNT_HOST_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,h) * 8)
61 #define SKC_HANDLE_REFCNT_DEVICE_BITS (SKC_MEMBER_SIZE(union skc_handle_refcnt,d) * 8)
  /external/skia/src/compute/skc/
macros.h 149 #define SKC_MEMBER_SIZE(t,m) sizeof(((t*)0)->m)
  /external/skqp/src/compute/skc/
macros.h 149 #define SKC_MEMBER_SIZE(t,m) sizeof(((t*)0)->m)

Completed in 3862 milliseconds