Searched defs:lp_fragment_shader_variant_key (Results 1 – 1 of 1) sorted by relevance
62 struct lp_fragment_shader_variant_key struct64 struct pipe_depth_state depth;65 struct pipe_stencil_state stencil[2];66 struct pipe_blend_state blend;68 struct {71 } alpha;73 unsigned nr_cbufs:8;74 unsigned nr_samplers:8; /* actually derivable from just the shader */98 struct lp_fragment_shader_variant_key key; argument