Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c404 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL); in bind_samplers()
424 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL); in bind_samplers()
425 ctx->bound_sampler_views[0] = src_view; in bind_samplers()
448 pipe_sampler_view_reference(&ctx->bound_sampler_views[1], NULL); in bind_samplers()
449 ctx->bound_sampler_views[1] = src_view; in bind_samplers()
456 if (ctx->bound_sampler_views[0] == NULL) in bind_samplers()
457 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], in bind_samplers()
465 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.h112 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
Dxa_context.c407 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
Dxa_renderer.c570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_composite.c373 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL); in bind_samplers()
393 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL); in bind_samplers()
394 exa->bound_sampler_views[0] = src_view; in bind_samplers()
417 pipe_sampler_view_reference(&exa->bound_sampler_views[1], NULL); in bind_samplers()
418 exa->bound_sampler_views[1] = src_view; in bind_samplers()
426 exa->bound_sampler_views); in bind_samplers()
524 exa->bound_sampler_views, in xorg_composite()
Dxorg_exa.h21 struct pipe_sampler_view *bound_sampler_views[MAX_EXA_SAMPLERS]; member
Dxorg_exa.c964 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL); in xorg_exa_close()
965 pipe_sampler_view_reference(&exa->bound_sampler_views[1], NULL); in xorg_exa_close()