Lines Matching refs:aspects
48 VkImageAspectFlags aspects;
208 /** Image view format, relative to the selected aspects
212 * - If vk_image_view::aspects contains both depth and stencil, this will
257 * aspects will be the full set of plane aspects in the image.
262 * plane of the multi-planar format. In this case, aspects will be
266 * vk_image_view::aspects is always a subset of vk_image::aspects.
268 VkImageAspectFlags aspects;
306 .aspectMask = view->aspects,