Searched defs:lp_setup_variant_key (Results 1 – 1 of 1) sorted by relevance
17 struct lp_setup_variant_key { struct18 unsigned size:16;19 unsigned num_inputs:8;20 int color_slot:8;21 int bcolor_slot:8;22 int spec_slot:8;23 int bspec_slot:8;24 unsigned flatshade_first:1;25 unsigned pixel_center_half:1;26 unsigned twoside:1;[all …]