HomeSort by relevance Sort by last modified time
    Searched defs:zsurf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 129 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; local
137 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl);
145 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, ~0, rctx->custom_dsa_flush, depth);
148 pipe_surface_reference(&zsurf, NULL);
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 183 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; local
196 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl);
207 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, 1 << sample,
211 pipe_surface_reference(&zsurf, NULL);

Completed in 9015 milliseconds