Lines Matching defs:view
437 struct panvk_image_view *view;
445 view = idx != VK_ATTACHMENT_UNUSED ?
447 if (!view)
449 fbinfo->rts[cb].view = &view->pview;
457 MAX2(fbinfo->nr_samples, view->pview.image->layout.nr_samples);
461 view = fb->attachments[subpass->zs_attachment.idx].iview;
463 util_format_description(view->pview.format);
466 MAX2(fbinfo->nr_samples, view->pview.image->layout.nr_samples);
471 fbinfo->zs.view.zs = &view->pview;
477 if (!fbinfo->zs.view.zs)
478 fbinfo->zs.view.s = &view->pview;
531 if (cmdbuf->state.fb.info.rts[i].view) {
537 if (cmdbuf->state.fb.info.zs.view.zs) {
542 if (cmdbuf->state.fb.info.zs.view.s ||
543 (cmdbuf->state.fb.info.zs.view.zs &&
544 util_format_is_depth_and_stencil(cmdbuf->state.fb.info.zs.view.zs->format))) {