Searched refs:MEMBER_SIZEOF (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_statevars.c275 #define MEMBER_SIZEOF(type, member) sizeof(((type *)0)->member) macro
276 STATIC_ASSERT(MEMBER_SIZEOF(struct gl_fixedfunc_texture_unit,
278 STATIC_ASSERT(MEMBER_SIZEOF(struct gl_fixedfunc_texture_unit,
280 #undef MEMBER_SIZEOF

Completed in 3 milliseconds