Lines Matching refs:psurf
640 struct pipe_surface *psurf = cso_fb->zsbuf;
642 box.depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1;
643 box.z = psurf->u.tex.first_layer,
644 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box, true,
653 struct pipe_surface *psurf = cso_fb->cbufs[i];
654 struct iris_surface *isurf = (void *) psurf;
655 box.depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1,
656 box.z = psurf->u.tex.first_layer,
658 clear_color(ice, psurf->texture, psurf->u.tex.level, &box,
660 convert_clear_color(psurf->format, p_color));
737 struct pipe_surface *psurf,
744 struct iris_surface *isurf = (void *) psurf;
748 .z = psurf->u.tex.first_layer,
751 .depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1
754 clear_color(ice, psurf->texture, psurf->u.tex.level, &box,
757 convert_clear_color(psurf->format, p_color));
767 struct pipe_surface *psurf,
779 .z = psurf->u.tex.first_layer,
782 .depth = psurf->u.tex.last_layer - psurf->u.tex.first_layer + 1
785 assert(util_format_is_depth_or_stencil(psurf->texture->format));
787 clear_depth_stencil(ice, psurf->texture, psurf->u.tex.level, &box,