Home | History | Annotate | Download | only in softpipe

Lines Matching defs:sp_sampler_variant

35 struct sp_sampler_variant;
47 typedef float (*compute_lambda_func)(const struct sp_sampler_variant *sampler,
88 struct sp_sampler_variant
132 struct sp_sampler_variant *next;
139 struct sp_sampler_variant *
143 void sp_sampler_variant_bind_view( struct sp_sampler_variant *variant,
147 void sp_sampler_variant_destroy( struct sp_sampler_variant * );
151 static INLINE struct sp_sampler_variant *
152 sp_sampler_variant(const struct tgsi_sampler *sampler)
154 return (struct sp_sampler_variant *) sampler;