Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/
Dformat.rs110 pub fn properties(self, physical_device: PhysicalDevice) -> FormatProperties { in properties()
711 pub struct FormatProperties { struct
724 impl Default for FormatProperties { argument
736 impl FormatProperties { impl
/external/rust/crates/ash/src/
Dinstance.rs391 ) -> vk::FormatProperties { in get_physical_device_format_properties()
/external/rust/crates/vulkano/src/device/
Dphysical.rs823 ) -> Result<FormatProperties, PhysicalDeviceError> { in format_properties()
838 pub unsafe fn format_properties_unchecked(&self, format: Format) -> FormatProperties { in format_properties_unchecked()
/external/rust/crates/ash/src/vk/
Dfeatures.rs298 _p_format_properties: *mut FormatProperties, in load()
Ddefinitions.rs2398 pub struct FormatProperties { struct
2403 impl FormatProperties { argument
2446 pub fn build(self) -> FormatProperties { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp36425 struct FormatProperties struct
36430 …VULKAN_HPP_CONSTEXPR FormatProperties( VULKAN_HPP_NAMESPACE::FormatFeatureFlags linearTilingFeatur… in FormatProperties() function
36441FormatProperties( VkFormatProperties const & rhs ) VULKAN_HPP_NOEXCEPT : FormatProperties( *reinte… in FormatProperties() function
36448 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FormatProperties const *>( &rhs ); in operator =()
36452 operator VkFormatProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkFormatProperties const&()
36457 operator VkFormatProperties &() VULKAN_HPP_NOEXCEPT in operator VkFormatProperties&()
36470 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
36479 bool operator==( FormatProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
36509 …VULKAN_HPP_CONSTEXPR FormatProperties2( VULKAN_HPP_NAMESPACE::FormatProperties formatProperties_ =… in FormatProperties2()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp37497 struct FormatProperties struct
37502 …VULKAN_HPP_CONSTEXPR FormatProperties( VULKAN_HPP_NAMESPACE::FormatFeatureFlags linearTilingFeatur… in FormatProperties() function
37513FormatProperties( VkFormatProperties const & rhs ) VULKAN_HPP_NOEXCEPT : FormatProperties( *reinte… in FormatProperties() function
37520 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FormatProperties const *>( &rhs ); in operator =()
37524 operator VkFormatProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkFormatProperties const&()
37529 operator VkFormatProperties &() VULKAN_HPP_NOEXCEPT in operator VkFormatProperties&()
37542 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
37551 bool operator==( FormatProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
37581 …VULKAN_HPP_CONSTEXPR FormatProperties2( VULKAN_HPP_NAMESPACE::FormatProperties formatProperties_ =… in FormatProperties2()
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp37338 struct FormatProperties struct
37343 …VULKAN_HPP_CONSTEXPR FormatProperties( VULKAN_HPP_NAMESPACE::FormatFeatureFlags linearTilingFeatur… in FormatProperties() function
37354FormatProperties( VkFormatProperties const & rhs ) VULKAN_HPP_NOEXCEPT : FormatProperties( *reinte… in FormatProperties() function
37361 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FormatProperties const *>( &rhs ); in operator =()
37365 operator VkFormatProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkFormatProperties const&()
37370 operator VkFormatProperties &() VULKAN_HPP_NOEXCEPT in operator VkFormatProperties&()
37383 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
37392 bool operator==( FormatProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
37422 …VULKAN_HPP_CONSTEXPR FormatProperties2( VULKAN_HPP_NAMESPACE::FormatProperties formatProperties_ =… in FormatProperties2()