Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c91 r->bound_sampler_views[i] = in xa_yuv_bind_samplers()
96 … r->pipe->set_sampler_views(r->pipe, PIPE_SHADER_FRAGMENT, 0, 3, 0, false, 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 false, ctx->bound_sampler_views); in bind_samplers()
Dxa_priv.h121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
Dxa_context.c418 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
Dxa_renderer.c593 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h424 uint32_t bound_sampler_views; member
Dcrocus_resolve.c95 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views()
Dcrocus_state.c3153 shs->bound_sampler_views &= ~u_bit_consecutive(start, count); in crocus_set_sampler_views()
3172 shs->bound_sampler_views |= 1 << (start + i); in crocus_set_sampler_views()
8405 uint32_t bound_sampler_views = shs->bound_sampler_views; local
8406 while (bound_sampler_views) {
8407 const int i = u_bit_scan(&bound_sampler_views);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h546 uint32_t bound_sampler_views; member
Diris_resolve.c92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views()
Diris_state.c2834 shs->bound_sampler_views &= in iris_set_sampler_views()
2853 shs->bound_sampler_views |= 1 << (start + i); in iris_set_sampler_views()
7346 uint32_t bound_sampler_views = shs->bound_sampler_views; in iris_rebind_buffer() local
7347 while (bound_sampler_views) { in iris_rebind_buffer()
7348 const int i = u_bit_scan(&bound_sampler_views); in iris_rebind_buffer()