Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceDepthClipControlFeaturesEXT (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1624 return sizeof(VkPhysicalDeviceDepthClipControlFeaturesEXT); in goldfish_vk_extension_struct_size()
3738 return sizeof(VkPhysicalDeviceDepthClipControlFeaturesEXT); in goldfish_vk_extension_struct_size_with_stream_features()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h15751 typedef struct VkPhysicalDeviceDepthClipControlFeaturesEXT { struct
15755 } VkPhysicalDeviceDepthClipControlFeaturesEXT; argument
Dvulkan_static_assertions.hpp3766 …PhysicalDeviceDepthClipControlFeaturesEXT ) == sizeof( VkPhysicalDeviceDepthClipControlFeaturesEXT
Dvulkan_structs.hpp56121 using NativeType = VkPhysicalDeviceDepthClipControlFeaturesEXT;
56134 …PhysicalDeviceDepthClipControlFeaturesEXT( VkPhysicalDeviceDepthClipControlFeaturesEXT const & rhs… in PhysicalDeviceDepthClipControlFeaturesEXT()
56142 …PhysicalDeviceDepthClipControlFeaturesEXT & operator=( VkPhysicalDeviceDepthClipControlFeaturesEXT in operator =()
56163 operator VkPhysicalDeviceDepthClipControlFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipControlFeaturesEXT const&()
56165 return *reinterpret_cast<const VkPhysicalDeviceDepthClipControlFeaturesEXT*>( this ); in operator VkPhysicalDeviceDepthClipControlFeaturesEXT const&()
56168 operator VkPhysicalDeviceDepthClipControlFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthClipControlFeaturesEXT&()
56170 return *reinterpret_cast<VkPhysicalDeviceDepthClipControlFeaturesEXT*>( this ); in operator VkPhysicalDeviceDepthClipControlFeaturesEXT&()