Searched refs:bound_sampler_views (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c408 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL);
428 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL);
429 ctx->bound_sampler_views[0] = src_view;
452 pipe_sampler_view_reference(&ctx->bound_sampler_views[1], NULL);
453 ctx->bound_sampler_views[1] = src_view;
460 if (ctx->bound_sampler_views[0] == NULL)
461 pipe_sampler_view_reference(&ctx->bound_sampler_views[0],
469 ctx->bound_sampler_views);
H A Dxa_yuv.c91 r->bound_sampler_views[i] =
96 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 3, r->bound_sampler_views);
H A Dxa_priv.h122 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
H A Dxa_context.c416 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
H A Dxa_renderer.c598 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;

Completed in 128 milliseconds