Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/xa/
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_composite.c479 ctx->bound_sampler_views[0] = src_view; in bind_samplers()
501 ctx->bound_sampler_views[num_samplers] = src_view; in bind_samplers()
508 ctx->bound_sampler_views); in bind_samplers()
Dxa_priv.h121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
Dxa_context.c417 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
Dxa_renderer.c589 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h496 uint32_t bound_sampler_views; member
Diris_resolve.c92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used) : 0; in resolve_sampler_views()
Diris_state.c2856 shs->bound_sampler_views &= ~u_bit_consecutive(start, count); in iris_set_sampler_views()
2867 shs->bound_sampler_views |= 1 << (start + i); in iris_set_sampler_views()
7051 uint32_t bound_sampler_views = shs->bound_sampler_views; in iris_rebind_buffer() local
7052 while (bound_sampler_views) { in iris_rebind_buffer()
7053 const int i = u_bit_scan(&bound_sampler_views); in iris_rebind_buffer()