Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp437 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2219 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp633 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2162 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp629 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2181 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/rust/crates/ash/src/vk/
Dconst_debugs.rs592 impl fmt::Debug for BufferViewCreateFlags { implementation
Ddefinitions.rs124 pub struct BufferViewCreateFlags(pub(crate) Flags); struct