Lines Matching refs:FormatFeatureFlags
726 impl From<ash::vk::FormatFeatureFlags> for FormatFeatures {
729 fn from(val: ash::vk::FormatFeatureFlags) -> FormatFeatures { in from()
731 sampled_image: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMAGE).is_empty(), in from()
732 storage_image: !(val & ash::vk::FormatFeatureFlags::STORAGE_IMAGE).is_empty(), in from()
733 … storage_image_atomic: !(val & ash::vk::FormatFeatureFlags::STORAGE_IMAGE_ATOMIC).is_empty(), in from()
734 … uniform_texel_buffer: !(val & ash::vk::FormatFeatureFlags::UNIFORM_TEXEL_BUFFER).is_empty(), in from()
735 … storage_texel_buffer: !(val & ash::vk::FormatFeatureFlags::STORAGE_TEXEL_BUFFER).is_empty(), in from()
736 …storage_texel_buffer_atomic: !(val & ash::vk::FormatFeatureFlags::STORAGE_TEXEL_BUFFER_ATOMIC).is_… in from()
737 vertex_buffer: !(val & ash::vk::FormatFeatureFlags::VERTEX_BUFFER).is_empty(), in from()
738 color_attachment: !(val & ash::vk::FormatFeatureFlags::COLOR_ATTACHMENT).is_empty(), in from()
739 … color_attachment_blend: !(val & ash::vk::FormatFeatureFlags::COLOR_ATTACHMENT_BLEND).is_empty(), in from()
740 …depth_stencil_attachment: !(val & ash::vk::FormatFeatureFlags::DEPTH_STENCIL_ATTACHMENT).is_empty(… in from()
741 blit_src: !(val & ash::vk::FormatFeatureFlags::BLIT_SRC).is_empty(), in from()
742 blit_dst: !(val & ash::vk::FormatFeatureFlags::BLIT_DST).is_empty(), in from()
743 …sampled_image_filter_linear: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMAGE_FILTER_LINEAR).is_… in from()
744 transfer_src: !(val & ash::vk::FormatFeatureFlags::TRANSFER_SRC).is_empty(), in from()
745 transfer_dst: !(val & ash::vk::FormatFeatureFlags::TRANSFER_DST).is_empty(), in from()
746 … midpoint_chroma_samples: !(val & ash::vk::FormatFeatureFlags::MIDPOINT_CHROMA_SAMPLES).is_empty(), in from()
747 …sampled_image_ycbcr_conversion_linear_filter: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMAGE_Y… in from()
748 …_ycbcr_conversion_separate_reconstruction_filter: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMA… in from()
749 …_ycbcr_conversion_chroma_reconstruction_explicit: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMA… in from()
750 …version_chroma_reconstruction_explicit_forceable: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMA… in from()
751 disjoint: !(val & ash::vk::FormatFeatureFlags::DISJOINT).is_empty(), in from()
752 … cosited_chroma_samples: !(val & ash::vk::FormatFeatureFlags::COSITED_CHROMA_SAMPLES).is_empty(), in from()
753 …sampled_image_filter_minmax: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMAGE_FILTER_MINMAX).is_… in from()
754 …img_sampled_image_filter_cubic: !(val & ash::vk::FormatFeatureFlags::SAMPLED_IMAGE_FILTER_CUBIC_IM… in from()
755 …khr_acceleration_structure_vertex_buffer: !(val & ash::vk::FormatFeatureFlags::ACCELERATION_STRUCT… in from()
756 …ext_fragment_density_map: !(val & ash::vk::FormatFeatureFlags::FRAGMENT_DENSITY_MAP_EXT).is_empty(… in from()