Home
last modified time | relevance | path

Searched defs:STORAGE_IMAGE_ATOMIC (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mandatory_format_support_table_autogen.cpp34 constexpr VkFormatFeatureFlagBits STORAGE_IMAGE_ATOMIC = VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT; variable
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dbitflags.rs270 pub const STORAGE_IMAGE_ATOMIC: Self = Self(0b100); constant
1362 pub const STORAGE_IMAGE_ATOMIC: Self = Self(0b100); constant