Searched refs:bound_sampler_views (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_yuv.c91 r->bound_sampler_views[i] =
96 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 3, r->bound_sampler_views);
H A Dxa_composite.c479 ctx->bound_sampler_views[0] = src_view;
501 ctx->bound_sampler_views[num_samplers] = src_view;
508 ctx->bound_sampler_views);
H A Dxa_priv.h121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
H A Dxa_context.c417 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
H A Dxa_renderer.c581 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_yuv.c91 r->bound_sampler_views[i] =
96 r->pipe->set_sampler_views(r->pipe, PIPE_SHADER_FRAGMENT, 0, 3, 0, false, r->bound_sampler_views);
H A Dxa_composite.c479 ctx->bound_sampler_views[0] = src_view;
501 ctx->bound_sampler_views[num_samplers] = src_view;
508 false, ctx->bound_sampler_views);
H A Dxa_priv.h121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
H A Dxa_context.c418 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
H A Dxa_renderer.c593 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.h315 uint32_t bound_sampler_views; member in struct:iris_shader_state
H A Diris_state.c2183 shs->bound_sampler_views &= ~u_bit_consecutive(start, count);
2192 shs->bound_sampler_views |= 1 << (start + i);
5740 uint32_t bound_sampler_views = shs->bound_sampler_views; local in function:iris_rebind_buffer
5741 while (bound_sampler_views) {
5742 const int i = u_bit_scan(&bound_sampler_views);
H A Diris_resolve.c90 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used) : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h424 uint32_t bound_sampler_views; member in struct:crocus_shader_state
H A Dcrocus_resolve.c95 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0;
H A Dcrocus_state.c3153 shs->bound_sampler_views &= ~u_bit_consecutive(start, count);
3172 shs->bound_sampler_views |= 1 << (start + i);
8405 uint32_t bound_sampler_views = shs->bound_sampler_views; local in function:crocus_rebind_buffer
8406 while (bound_sampler_views) {
8407 const int i = u_bit_scan(&bound_sampler_views);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h546 uint32_t bound_sampler_views; member in struct:iris_shader_state
H A Diris_resolve.c92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0;
H A Diris_state.c2834 shs->bound_sampler_views &=
2853 shs->bound_sampler_views |= 1 << (start + i);
7347 uint32_t bound_sampler_views = shs->bound_sampler_views; local in function:iris_rebind_buffer
7348 while (bound_sampler_views) {
7349 const int i = u_bit_scan(&bound_sampler_views);

Completed in 91 milliseconds