| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_yuv.c | 91 r->bound_sampler_views[i] = 96 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 3, r->bound_sampler_views);
|
| H A D | xa_composite.c | 479 ctx->bound_sampler_views[0] = src_view; 501 ctx->bound_sampler_views[num_samplers] = src_view; 508 ctx->bound_sampler_views);
|
| H A D | xa_priv.h | 121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
|
| H A D | xa_context.c | 417 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
|
| H A D | xa_renderer.c | 581 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| H A D | xa_yuv.c | 91 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 D | xa_composite.c | 479 ctx->bound_sampler_views[0] = src_view; 501 ctx->bound_sampler_views[num_samplers] = src_view; 508 false, ctx->bound_sampler_views);
|
| H A D | xa_priv.h | 121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
|
| H A D | xa_context.c | 418 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
|
| H A D | xa_renderer.c | 593 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 315 uint32_t bound_sampler_views; member in struct:iris_shader_state
|
| H A D | iris_state.c | 2183 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 D | iris_resolve.c | 90 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used) : 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_context.h | 424 uint32_t bound_sampler_views; member in struct:crocus_shader_state
|
| H A D | crocus_resolve.c | 95 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0;
|
| H A D | crocus_state.c | 3153 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 D | iris_context.h | 546 uint32_t bound_sampler_views; member in struct:iris_shader_state
|
| H A D | iris_resolve.c | 92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0;
|
| H A D | iris_state.c | 2834 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);
|