Searched defs:brw_clip_prog_key (Results 1 – 1 of 1) sorted by relevance
331 struct brw_clip_prog_key { struct332 uint64_t attrs;333 bool contains_flat_varying;334 bool contains_noperspective_varying;335 unsigned char interp_mode[65]; /* BRW_VARYING_SLOT_COUNT */336 unsigned primitive:4;337 unsigned nr_userclip:4;338 bool pv_first:1;339 bool do_unfilled:1;340 enum brw_clip_fill_mode fill_cw:2; /* includes cull information */[all …]