Lines Matching defs:tmpl
1568 struct pipe_surface tmpl = {0};
1570 tmpl.format = view->format;
1571 tmpl.u.tex.level = view->u.tex.level;
1572 tmpl.u.tex.first_layer = view->u.tex.first_layer;
1573 tmpl.u.tex.last_layer = view->u.tex.last_layer;
1574 unsigned depth = 1 + tmpl.u.tex.last_layer - tmpl.u.tex.first_layer;
1586 assert(tmpl.u.tex.first_layer == 0);
1587 tmpl.u.tex.last_layer = 0;
1597 VkImageViewCreateInfo ivci = create_ivci(screen, res, &tmpl, target);
1598 struct pipe_surface *psurf = zink_get_surface(ctx, view->resource, &tmpl, &ivci);