Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp633 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2437 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp630 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2467 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp637 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2493 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/rust/crates/ash/src/vk/
Dconst_debugs.rs620 impl fmt::Debug for BufferViewCreateFlags { implementation
Ddefinitions.rs118 pub struct BufferViewCreateFlags(pub(crate) Flags); struct