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;47 const struct lp_setup_variant_key *key); argument