Home
last modified time | relevance | path

Searched defs:lp_setup_variant_key (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.h17 struct lp_setup_variant_key { struct
18 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