Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp58548 struct PhysicalDeviceDepthClampZeroOneFeaturesEXT struct
58550 using NativeType = VkPhysicalDeviceDepthClampZeroOneFeaturesEXT;
58556 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClampZeroOneFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 dept… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
58565PhysicalDeviceDepthClampZeroOneFeaturesEXT( VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const & r… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
58575 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClampZeroOneFeaturesEXT const *… in operator =()
58580 …TEXPR_14 PhysicalDeviceDepthClampZeroOneFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
58587 … setDepthClampZeroOne( VULKAN_HPP_NAMESPACE::Bool32 depthClampZeroOne_ ) VULKAN_HPP_NOEXCEPT in setDepthClampZeroOne()
58594 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const&()
58599 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT&()
58610 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp60244 struct PhysicalDeviceDepthClampZeroOneFeaturesEXT struct
60246 using NativeType = VkPhysicalDeviceDepthClampZeroOneFeaturesEXT;
60252 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClampZeroOneFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 dept… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
60261PhysicalDeviceDepthClampZeroOneFeaturesEXT( VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const & r… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
60271 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClampZeroOneFeaturesEXT const *… in operator =()
60276 …TEXPR_14 PhysicalDeviceDepthClampZeroOneFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60283 setDepthClampZeroOne( VULKAN_HPP_NAMESPACE::Bool32 depthClampZeroOne_ ) VULKAN_HPP_NOEXCEPT in setDepthClampZeroOne()
60290 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const&()
60295 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT&()
60306 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp60242 struct PhysicalDeviceDepthClampZeroOneFeaturesEXT struct
60244 using NativeType = VkPhysicalDeviceDepthClampZeroOneFeaturesEXT;
60250 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDepthClampZeroOneFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 dept… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
60259PhysicalDeviceDepthClampZeroOneFeaturesEXT( VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const & r… in PhysicalDeviceDepthClampZeroOneFeaturesEXT() function
60269 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthClampZeroOneFeaturesEXT const *… in operator =()
60274 …TEXPR_14 PhysicalDeviceDepthClampZeroOneFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60281 setDepthClampZeroOne( VULKAN_HPP_NAMESPACE::Bool32 depthClampZeroOne_ ) VULKAN_HPP_NOEXCEPT in setDepthClampZeroOne()
60288 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT const&()
60293 operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClampZeroOneFeaturesEXT&()
60304 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs71124 pub struct PhysicalDeviceDepthClampZeroOneFeaturesEXT { struct
71129 impl ::std::default::Default for PhysicalDeviceDepthClampZeroOneFeaturesEXT { argument
71139 unsafe impl TaggedStructure for PhysicalDeviceDepthClampZeroOneFeaturesEXT { implementation
71143 impl PhysicalDeviceDepthClampZeroOneFeaturesEXT { impl
71160 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDepthClampZeroOneFeaturesEXT {} implementation
71162 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDepthClampZeroOneFeaturesEXT {} implementation
71183 pub fn build(self) -> PhysicalDeviceDepthClampZeroOneFeaturesEXT { in build()