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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c86 hwreg.subnr / type_sz(hwreg.type),
H A Dbrw_eu.h155 static INLINE int type_sz( GLuint type ) function
207 reg.subnr = subnr * type_sz(type);
328 reg.subnr += delta * type_sz(reg.type);
H A Dbrw_clip_unfilled.c262 2 * type_sz(BRW_REGISTER_TYPE_F));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c86 hwreg.subnr / type_sz(hwreg.type),
H A Dbrw_eu.h155 static INLINE int type_sz( GLuint type ) function
207 reg.subnr = subnr * type_sz(type);
328 reg.subnr += delta * type_sz(reg.type);
H A Dbrw_clip_unfilled.c262 2 * type_sz(BRW_REGISTER_TYPE_F));
/external/libsepol/src/
H A Dcontext_record.c289 const int type_sz = strlen(con->type); local
291 const int total_sz = user_sz + role_sz + type_sz +

Completed in 667 milliseconds