Home
last modified time | relevance | path

Searched defs:PhysicalDeviceDepthClipEnableFeaturesEXT (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61002 struct PhysicalDeviceDepthClipEnableFeaturesEXT struct
61004 using NativeType = VkPhysicalDeviceDepthClipEnableFeaturesEXT;
61010 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 depthC… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
61019PhysicalDeviceDepthClipEnableFeaturesEXT( VkPhysicalDeviceDepthClipEnableFeaturesEXT const & rhs )… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
61029 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT const *>(… in operator =()
61034 …NSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
61040 …aturesEXT & setDepthClipEnable( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable_ ) VULKAN_HPP_NOEXCEPT in setDepthClipEnable()
61047 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const&()
61052 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT&()
61063 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp60438 struct PhysicalDeviceDepthClipEnableFeaturesEXT struct
60440 using NativeType = VkPhysicalDeviceDepthClipEnableFeaturesEXT;
60446 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 depthC… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
60455PhysicalDeviceDepthClipEnableFeaturesEXT( VkPhysicalDeviceDepthClipEnableFeaturesEXT const & rhs )… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
60465 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT const *>(… in operator =()
60470 …NSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60476 …aturesEXT & setDepthClipEnable( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable_ ) VULKAN_HPP_NOEXCEPT in setDepthClipEnable()
60483 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const&()
60488 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT&()
60499 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75423 struct PhysicalDeviceDepthClipEnableFeaturesEXT struct
75425 using NativeType = VkPhysicalDeviceDepthClipEnableFeaturesEXT;
75431 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClipEnableFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 depthC… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
75440PhysicalDeviceDepthClipEnableFeaturesEXT( VkPhysicalDeviceDepthClipEnableFeaturesEXT const & rhs )… in PhysicalDeviceDepthClipEnableFeaturesEXT() function
75450 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClipEnableFeaturesEXT const *>(… in operator =()
75455 …NSTEXPR_14 PhysicalDeviceDepthClipEnableFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75461 …aturesEXT & setDepthClipEnable( VULKAN_HPP_NAMESPACE::Bool32 depthClipEnable_ ) VULKAN_HPP_NOEXCEPT in setDepthClipEnable()
75468 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const&()
75473 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT&()
75478 operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipEnableFeaturesEXT const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs39262 pub struct PhysicalDeviceDepthClipEnableFeaturesEXT { struct
39267 impl ::std::default::Default for PhysicalDeviceDepthClipEnableFeaturesEXT { argument
39277 unsafe impl TaggedStructure for PhysicalDeviceDepthClipEnableFeaturesEXT { implementation
39281 impl PhysicalDeviceDepthClipEnableFeaturesEXT { implementation
39295 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDepthClipEnableFeaturesEXT {} implementation
39297 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDepthClipEnableFeaturesEXT {} implementation
39318 pub fn build(self) -> PhysicalDeviceDepthClipEnableFeaturesEXT { in build()