Lines Matching refs:psurf
390 struct pipe_surface *psurf, in transition_surface_subresources_state() argument
400 start_layer = psurf->u.tex.first_layer; in transition_surface_subresources_state()
401 num_layers = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1; in transition_surface_subresources_state()
404 psurf->u.tex.level, 1, in transition_surface_subresources_state()
406 d3d12_get_format_start_plane(psurf->format), in transition_surface_subresources_state()
407 d3d12_get_format_num_planes(psurf->format), in transition_surface_subresources_state()
721 struct pipe_surface *psurf = ctx->fb.cbufs[i]; in d3d12_draw_vbo() local
722 if (!psurf) in d3d12_draw_vbo()
726 d3d12_surface(psurf)->rgba_texture : psurf->texture; in d3d12_draw_vbo()
727 transition_surface_subresources_state(ctx, psurf, pres, in d3d12_draw_vbo()
731 struct pipe_surface *psurf = ctx->fb.zsbuf; in d3d12_draw_vbo() local
732 transition_surface_subresources_state(ctx, psurf, psurf->texture, in d3d12_draw_vbo()