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

  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 158 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; local
170 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl);
177 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, cbsurf, 1 << sample,
181 pipe_surface_reference(&zsurf, NULL);
206 struct pipe_surface *zsurf, surf_tmpl = {{0}}; local
237 zsurf = rctx->b.b.create_surface(&rctx->b.b, &texture->resource.b.b, &surf_tmpl);
240 util_blitter_custom_depth_stencil(rctx->blitter, zsurf, NULL, ~0,
244 pipe_surface_reference(&zsurf, NULL);
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 337 struct virgl_surface *zsurf = virgl_surface(state->zsbuf); local
342 virgl_encoder_write_dword(ctx->cbuf, zsurf ? zsurf->handle : 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 134 struct pipe_surface *zsurf, *cbsurf; local
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}}; local
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);
    [all...]

Completed in 212 milliseconds