Searched refs:bound_sampler_views (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_composite.c | 404 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()
|
D | xa_yuv.c | 91 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()
|
D | xa_priv.h | 112 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
|
D | xa_context.c | 407 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
|
D | xa_renderer.c | 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_composite.c | 373 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()
|
D | xorg_exa.h | 21 struct pipe_sampler_view *bound_sampler_views[MAX_EXA_SAMPLERS]; member
|
D | xorg_exa.c | 964 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()
|