Home
last modified time | relevance | path

Searched refs:psampler_view (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.c331 struct pipe_sampler_view *psampler_view = ctx->image_views[i][index]; in zink_draw_vbo() local
332 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()