Lines Matching defs:psurf
689 struct pipe_surface *psurf,
699 start_layer = psurf->u.tex.first_layer;
700 num_layers = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1;
703 psurf->u.tex.level, 1,
705 d3d12_get_format_start_plane(psurf->format),
706 d3d12_get_format_num_planes(psurf->format),
1180 struct pipe_surface *psurf = ctx->fb.cbufs[i];
1181 if (!psurf)
1185 d3d12_surface(psurf)->rgba_texture : psurf->texture;
1186 transition_surface_subresources_state(ctx, psurf, pres,
1190 struct pipe_surface *psurf = ctx->fb.zsbuf;
1191 transition_surface_subresources_state(ctx, psurf, psurf->texture,