Lines Matching refs:aspects
134 * that any aspects to clear are present in the image.
136 assert(range->aspectMask & image->vk.aspects);
625 VkImageAspectFlags aspects,
633 const bool has_depth = aspects & VK_IMAGE_ASPECT_DEPTH_BIT;
634 const bool has_stencil = aspects & VK_IMAGE_ASPECT_STENCIL_BIT;
763 get_depth_clear_pipeline_cache_key(VkImageAspectFlags aspects,
777 const bool has_depth = (aspects & VK_IMAGE_ASPECT_DEPTH_BIT) ? 1 : 0;
781 const bool has_stencil = (aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ? 1 : 0;
902 VkImageAspectFlags aspects,
920 get_depth_clear_pipeline_cache_key(aspects, format, samples, is_layered);
939 aspects,
1077 VkImageAspectFlags aspects,
1093 aspects,
1120 if (aspects & VK_IMAGE_ASPECT_STENCIL_BIT) {