Home
last modified time | relevance | path

Searched refs:zsurf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c129 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; in si_blit_uncompress_depth() local
137 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); in si_blit_uncompress_depth()
145 …util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, ~0, rctx->custom_dsa_flush, depth); in si_blit_uncompress_depth()
148 pipe_surface_reference(&zsurf, NULL); in si_blit_uncompress_depth()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1392 struct pipe_surface *zsurf, in util_blitter_custom_depth_stencil() argument
1401 assert(zsurf->texture); in util_blitter_custom_depth_stencil()
1402 if (!zsurf->texture) in util_blitter_custom_depth_stencil()
1418 fb_state.width = zsurf->width; in util_blitter_custom_depth_stencil()
1419 fb_state.height = zsurf->height; in util_blitter_custom_depth_stencil()
1428 fb_state.zsbuf = zsurf; in util_blitter_custom_depth_stencil()
1433 blitter_set_dst_dimensions(ctx, zsurf->width, zsurf->height); in util_blitter_custom_depth_stencil()
1434 blitter->draw_rectangle(blitter, 0, 0, zsurf->width, zsurf->height, depth, in util_blitter_custom_depth_stencil()
Du_blitter.h315 struct pipe_surface *zsurf,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c183 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; in r600_blit_decompress_depth() local
196 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth()
207 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, 1 << sample, in r600_blit_decompress_depth()
211 pipe_surface_reference(&zsurf, NULL); in r600_blit_decompress_depth()