Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:zsbuf

670 	struct pipe_surface *zsbuf = fb->zsbuf;
672 zsbuf ? (struct r600_texture*)zsbuf->texture : NULL;
704 zsbuf->u.tex.level == 0 &&
705 zsbuf->u.tex.first_layer == 0 &&
706 zsbuf->u.tex.last_layer == util_max_layer(&zstex->resource.b.b, 0)) {