Searched refs:bound_sampler_views (Results 1 – 8 of 8) sorted by relevance
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()
479 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()
121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
417 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
589 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
496 uint32_t bound_sampler_views; member
92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used) : 0; in resolve_sampler_views()
2856 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() local7052 while (bound_sampler_views) { in iris_rebind_buffer()7053 const int i = u_bit_scan(&bound_sampler_views); in iris_rebind_buffer()