Home
last modified time | relevance | path

Searched refs:type_sz (Results 1 – 4 of 4) sorted by relevance

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