Searched defs:sp_sampler_variant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h35 struct sp_sampler_variant;
47 typedef float (*compute_lambda_func)(const struct sp_sampler_variant *sampler,
88 struct sp_sampler_variant struct
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) function
154 return (struct sp_sampler_variant *) sample
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h35 struct sp_sampler_variant;
47 typedef float (*compute_lambda_func)(const struct sp_sampler_variant *sampler,
88 struct sp_sampler_variant struct
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) function
154 return (struct sp_sampler_variant *) sample
[all...]

Completed in 57 milliseconds