Home | History | Annotate | Download | only in vega

Lines Matching refs:samplers

165                                  struct pipe_sampler_state **samplers,
171 samplers[2] = &ctx->blend_sampler;
174 if (!samplers[0] || !sampler_views[0]) {
175 samplers[0] = samplers[2];
178 if (!samplers[1] || !sampler_views[1]) {
179 samplers[1] = samplers[0];
189 struct pipe_sampler_state **samplers,
194 * for samplers is always the same:
202 samplers[0] = NULL;
203 samplers[1] = NULL;
204 samplers[2] = NULL;
205 samplers[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);
348 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS];
355 num_samplers = setup_samplers(shader, samplers, sampler_views);
360 (const struct pipe_sampler_state **) samplers,