Home
last modified time | relevance | path

Searched defs:DeviceCreateFlags (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp319 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2196 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp306 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2118 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp331 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2323 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Dconst_debugs.rs1296 impl fmt::Debug for DeviceCreateFlags { implementation
Ddefinitions.rs123 pub struct DeviceCreateFlags(pub(crate) Flags); struct