Home
last modified time | relevance | path

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

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