Lines Matching defs:view
812 views.src_z = views.dst_z = fb->zs.view.zs;
815 const struct pan_image_view *view = fb->zs.view.s ? : fb->zs.view.zs;
816 enum pipe_format fmt = util_format_get_depth_only(view->format);
818 switch (view->format) {
821 default: fmt = view->format; break;
824 if (fmt != view->format) {
825 *patched_s = *view;
829 views.src_s = views.dst_s = view;
835 views.src_rts[i] = fb->rts[i].view;
836 views.dst_rts[i] = fb->rts[i].view;
987 views[tex_count++] = fb->zs.view.zs;
990 const struct pan_image_view *view = fb->zs.view.s ? : fb->zs.view.zs;
991 enum pipe_format fmt = util_format_get_depth_only(view->format);
993 switch (view->format) {
996 default: fmt = view->format; break;
999 if (fmt != view->format) {
1000 patched_s_view = *view;
1002 view = &patched_s_view;
1004 views[tex_count++] = view;
1009 views[tex_count++] = fb->rts[i].view;
1091 /* Image view used when patching stencil formats for combined
1283 enum pipe_format fmt = fb->zs.view.zs ?
1284 fb->zs.view.zs->image->layout.format :
1285 fb->zs.view.s->image->layout.format;