Searched defs:brw_clip_prog_key (Results 1 – 1 of 1) sorted by relevance
410 struct brw_clip_prog_key { struct411 uint64_t attrs;412 bool contains_flat_varying;413 bool contains_noperspective_varying;414 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */415 unsigned primitive:4;416 unsigned nr_userclip:4;417 bool pv_first:1;418 bool do_unfilled:1;419 enum brw_clip_fill_mode fill_cw:2; /* includes cull information */[all …]