Searched defs:brw_clip_prog_key (Results 1 – 1 of 1) sorted by relevance
457 struct brw_clip_prog_key { struct458 uint64_t attrs;459 float offset_factor;460 float offset_units;461 float offset_clamp;462 bool contains_flat_varying;463 bool contains_noperspective_varying;464 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */465 unsigned primitive:4;466 unsigned nr_userclip:4;[all …]