Searched refs:bound_sampler_views (Results 1 – 11 of 11) sorted by relevance
91 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()
479 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()
121 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member
418 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL); in xa_ctx_sampler_views_destroy()
593 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture()
424 uint32_t bound_sampler_views; member
95 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views()
3153 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; local8406 while (bound_sampler_views) {8407 const int i = u_bit_scan(&bound_sampler_views);
546 uint32_t bound_sampler_views; member
92 uint32_t views = info ? (shs->bound_sampler_views & info->textures_used[0]) : 0; in resolve_sampler_views()
2834 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() local7347 while (bound_sampler_views) { in iris_rebind_buffer()7348 const int i = u_bit_scan(&bound_sampler_views); in iris_rebind_buffer()