/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | [all...] |
u_blitter.h | 315 struct pipe_surface *zsurf,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | [all...] |
u_blitter.h | 315 struct pipe_surface *zsurf,
|
/external/chromium_org/third_party/mesa/src/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);
|
/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);
|