Searched defs:zsurf (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_blit.c129 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/radeonsi/
H A Dr600_blit.c129 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/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c183 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);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c183 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);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1392 struct pipe_surface *zsurf,
1401 assert(zsurf->texture);
1402 if (!zsurf->texture)
1418 fb_state.width = zsurf->width;
1419 fb_state.height = zsurf->height;
1428 fb_state.zsbuf = zsurf;
1433 blitter_set_dst_dimensions(ctx, zsurf->width, zsurf->height);
1434 blitter->draw_rectangle(blitter, 0, 0, zsurf->width, zsurf
1391 util_blitter_custom_depth_stencil(struct blitter_context *blitter, struct pipe_surface *zsurf, struct pipe_surface *cbsurf, unsigned sample_mask, void *dsa_stage, float depth) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1392 struct pipe_surface *zsurf,
1401 assert(zsurf->texture);
1402 if (!zsurf->texture)
1418 fb_state.width = zsurf->width;
1419 fb_state.height = zsurf->height;
1428 fb_state.zsbuf = zsurf;
1433 blitter_set_dst_dimensions(ctx, zsurf->width, zsurf->height);
1434 blitter->draw_rectangle(blitter, 0, 0, zsurf->width, zsurf
1391 util_blitter_custom_depth_stencil(struct blitter_context *blitter, struct pipe_surface *zsurf, struct pipe_surface *cbsurf, unsigned sample_mask, void *dsa_stage, float depth) argument
[all...]

Completed in 105 milliseconds