Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp650 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2573 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp637 VULKAN_HPP_INLINE std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2495 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp674 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( BufferViewCreateFlags ) in to_string() argument
Dvulkan_enums.hpp2734 using BufferViewCreateFlags = Flags<BufferViewCreateFlagBits>; typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Dconst_debugs.rs620 impl fmt::Debug for BufferViewCreateFlags { implementation
Ddefinitions.rs118 pub struct BufferViewCreateFlags(pub(crate) Flags); struct