Lines Matching refs:psurf
671 struct pipe_surface *psurf = cso_fb->zsbuf;
672 box.depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1;
673 box.z = psurf->u.tex.first_layer;
675 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true,
689 struct pipe_surface *psurf = cso_fb->cbufs[i];
690 struct crocus_surface *isurf = (void *) psurf;
691 box.depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1,
692 box.z = psurf->u.tex.first_layer,
694 clear_color(ice, psurf->texture, psurf->u.tex.level, &box,
783 struct pipe_surface *psurf,
790 struct crocus_surface *isurf = (void *) psurf;
794 .z = psurf->u.tex.first_layer,
797 .depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1
803 clear_color(ice, psurf->texture, psurf->u.tex.level, &box,
815 struct pipe_surface *psurf,
829 .z = psurf->u.tex.first_layer,
832 .depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1
836 assert(util_format_is_depth_or_stencil(psurf->texture->format));
842 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box,