Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:zsurf

134 			struct pipe_surface *zsurf, *cbsurf;
140 zsurf = sctx->b.b.create_surface(&sctx->b.b, &src->resource.b.b, &surf_tmpl);
152 util_blitter_custom_depth_stencil(sctx->blitter, zsurf, cbsurf, 1 << sample,
157 pipe_surface_reference(&zsurf, NULL);
206 struct pipe_surface *zsurf, surf_tmpl = {{0}};
235 zsurf = sctx->b.b.create_surface(&sctx->b.b, &texture->resource.b.b, &surf_tmpl);
238 util_blitter_custom_depth_stencil(sctx->blitter, zsurf, NULL, ~0,
243 pipe_surface_reference(&zsurf, NULL);