Home | History | Annotate | Download | only in vega

Lines Matching refs:sampler_views

166                                  struct pipe_sampler_view **sampler_views)
172 sampler_views[2] = vg_prepare_blend_surface(ctx);
174 if (!samplers[0] || !sampler_views[0]) {
176 sampler_views[0] = sampler_views[2];
178 if (!samplers[1] || !sampler_views[1]) {
180 sampler_views[1] = sampler_views[0];
190 struct pipe_sampler_view **sampler_views)
206 sampler_views[0] = NULL;
207 sampler_views[1] = NULL;
208 sampler_views[2] = NULL;
209 sampler_views[3] = NULL;
211 num += paint_bind_samplers(shader->paint, samplers, sampler_views);
212 num += mask_bind_samplers(samplers, sampler_views);
213 num += blend_bind_samplers(shader, samplers, sampler_views);
215 num += image_bind_samplers(shader->image, samplers, sampler_views);
349 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
355 num_samplers = setup_samplers(shader, samplers, sampler_views);
361 sampler_views, num_samplers,