Searched defs:brw_clip_prog_key (Results 1 – 1 of 1) sorted by relevance
430 struct brw_clip_prog_key { struct431 uint64_t attrs;432 bool contains_flat_varying;433 bool contains_noperspective_varying;434 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */435 unsigned primitive:4;436 unsigned nr_userclip:4;437 bool pv_first:1;438 bool do_unfilled:1;439 enum brw_clip_fill_mode fill_cw:2; /* includes cull information */[all …]