Searched defs:sp_sampler_variant (Results 1 – 1 of 1) sorted by relevance
88 struct sp_sampler_variant struct90 struct tgsi_sampler base; /**< base class */92 union sp_sampler_key key;96 const struct pipe_sampler_state *sampler;101 const struct pipe_sampler_view *view;102 struct softpipe_tex_tile_cache *cache;104 unsigned processor;108 unsigned xpot;132 struct sp_sampler_variant *next; argument152 sp_sampler_variant(const struct tgsi_sampler *sampler) in sp_sampler_variant() function