Searched refs:ds_aspects (Results 1 – 1 of 1) sorted by relevance
730 VkImageAspectFlags ds_aspects) in sanitize_ds_state() argument741 if (!(ds_aspects & VK_IMAGE_ASPECT_DEPTH_BIT)) { in sanitize_ds_state()746 if (!(ds_aspects & VK_IMAGE_ASPECT_STENCIL_BIT)) { in sanitize_ds_state()818 VkImageAspectFlags ds_aspects = 0; local822 ds_aspects = vk_format_aspects(depth_stencil_format);826 sanitize_ds_state(&info, &pipeline->writes_stencil, ds_aspects);