Lines Matching defs:view
208 /** Image view format, relative to the selected aspects
223 * 2. It's a YCbCr view of a multi-plane image in which case the
228 * 3. It's a single-plane view of a multi-plane image in which case
244 /** Aspects from the image represented by this view
254 * 2. It's a YCbCr view of a multi-plane image in which case the
259 * 3. It's a single-plane view of a multi-plane image in which case
303 vk_image_view_subresource_range(const struct vk_image_view *view)
306 .aspectMask = view->aspects,
307 .baseMipLevel = view->base_mip_level,
308 .levelCount = view->level_count,
309 .baseArrayLayer = view->base_array_layer,
310 .layerCount = view->layer_count,