Home
last modified time | relevance | path

Searched refs:SKC_MEMBER_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/compute/skc/platforms/cl_12/
Dhandle_pool_cl_12.h64 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));
Dhandle_pool_cl_12.c60 #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/
Dmacros.h149 #define SKC_MEMBER_SIZE(t,m) sizeof(((t*)0)->m) macro