Home | History | Annotate | Download | only in radeon

Lines Matching defs:flushed_depth_texture

820 	r600_texture_reference(&rtex->flushed_depth_texture, NULL);
1513 struct r600_texture **flushed_depth_texture = staging ?
1514 staging : &rtex->flushed_depth_texture;
1518 if (rtex->flushed_depth_texture)
1566 *flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resource);
1567 if (*flushed_depth_texture == NULL) {