Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp212 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp1804 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp311 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp1764 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp309 VULKAN_HPP_INLINE std::string to_string( DeviceCreateFlags ) in to_string() argument
Dvulkan_enums.hpp1820 using DeviceCreateFlags = Flags<DeviceCreateFlagBits>; typedef
/external/rust/crates/ash/src/vk/
Dconst_debugs.rs1154 impl fmt::Debug for DeviceCreateFlags { implementation
Ddefinitions.rs134 pub struct DeviceCreateFlags(pub(crate) Flags); struct