Lines Matching defs:zsbuf
211 if (fb->zsbuf) {
212 struct pipe_surface *zsbuf = scene->fb.zsbuf;
213 init_scene_texture(&scene->zsbuf, zsbuf);
240 if (scene->zsbuf.map) {
241 struct pipe_surface *zsbuf = scene->fb.zsbuf;
242 llvmpipe_resource_unmap(zsbuf->texture,
243 zsbuf->u.tex.level,
244 zsbuf->u.tex.first_layer);
245 scene->zsbuf.map = NULL;
630 * attachment hence don't need separate per cbuf and zsbuf max.
644 if (fb->zsbuf) {
645 struct pipe_surface *zsbuf = scene->fb.zsbuf;
646 max_layer = MIN2(max_layer, zsbuf->u.tex.last_layer - zsbuf->u.tex.first_layer);