Lines Matching defs:psurf
2859 struct pipe_surface *psurf = &surf->base;
2865 pipe_reference_init(&psurf->reference, 1);
2866 pipe_resource_reference(&psurf->texture, tex);
2867 psurf->context = ctx;
2868 psurf->format = tmpl->format;
2869 psurf->width = tex->width0;
2870 psurf->height = tex->height0;
2871 psurf->texture = tex;
2872 psurf->u.tex.first_layer = tmpl->u.tex.first_layer;
2873 psurf->u.tex.last_layer = tmpl->u.tex.last_layer;
2874 psurf->u.tex.level = tmpl->u.tex.level;
2907 return psurf;
2943 return psurf;
3012 psurf->width = surf->surf.logical_level0_px.width;
3013 psurf->height = surf->surf.logical_level0_px.height;
3015 return psurf;