Searched refs:psampler_view (Results 1 – 1 of 1) sorted by relevance
331 struct pipe_sampler_view *psampler_view = ctx->image_views[i][index]; in zink_draw_vbo() local332 struct zink_sampler_view *sampler_view = zink_sampler_view(psampler_view); in zink_draw_vbo()334 … struct zink_resource *res = psampler_view ? zink_resource(psampler_view->texture) : NULL; in zink_draw_vbo()