Lines Matching defs:pview
128 struct pipe_image_view *pview = &shs->image[i].base;
129 struct iris_resource *res = (void *) pview->resource;
134 res, pview->u.tex.level, 1,
139 pview->u.tex.last_layer - pview->u.tex.first_layer + 1;
142 iris_image_view_aux_usage(ice, pview, info);
145 pview->u.tex.level, 1,
146 pview->u.tex.first_layer, num_layers,
937 const struct pipe_image_view *pview,
945 struct iris_resource *res = (void *) pview->resource;
947 enum isl_format view_format = iris_image_view_get_format(ice, pview);