Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp72180 struct PhysicalDeviceShaderImageFootprintFeaturesNV struct
72182 using NativeType = VkPhysicalDeviceShaderImageFootprintFeaturesNV;
72188 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 im… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
72197PhysicalDeviceShaderImageFootprintFeaturesNV( VkPhysicalDeviceShaderImageFootprintFeaturesNV const… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
72207 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV const… in operator =()
72212 …XPR_14 PhysicalDeviceShaderImageFootprintFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
72218 …tFeaturesNV & setImageFootprint( VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_ ) VULKAN_HPP_NOEXCEPT in setImageFootprint()
72225 …xplicit operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const&()
72230 explicit operator VkPhysicalDeviceShaderImageFootprintFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV&()
72241 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp67417 struct PhysicalDeviceShaderImageFootprintFeaturesNV struct
67426 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV(VULKAN_HPP_NAMESPACE::Bool32 imag… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
67432PhysicalDeviceShaderImageFootprintFeaturesNV( VkPhysicalDeviceShaderImageFootprintFeaturesNV const… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
67442 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV const… in operator =()
67447 …XPR_14 PhysicalDeviceShaderImageFootprintFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
67453 …tFeaturesNV & setImageFootprint( VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_ ) VULKAN_HPP_NOEXCEPT in setImageFootprint()
67461 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const&()
67466 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV&()
67477 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
67487 …ol operator==( PhysicalDeviceShaderImageFootprintFeaturesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp75940 struct PhysicalDeviceShaderImageFootprintFeaturesNV struct
75942 using NativeType = VkPhysicalDeviceShaderImageFootprintFeaturesNV;
75948 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderImageFootprintFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 im… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
75957PhysicalDeviceShaderImageFootprintFeaturesNV( VkPhysicalDeviceShaderImageFootprintFeaturesNV const… in PhysicalDeviceShaderImageFootprintFeaturesNV() function
75967 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderImageFootprintFeaturesNV const… in operator =()
75972 …XPR_14 PhysicalDeviceShaderImageFootprintFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75978 …tFeaturesNV & setImageFootprint( VULKAN_HPP_NAMESPACE::Bool32 imageFootprint_ ) VULKAN_HPP_NOEXCEPT in setImageFootprint()
75985 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV const&()
75990 operator VkPhysicalDeviceShaderImageFootprintFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderImageFootprintFeaturesNV&()
76001 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30271 pub struct PhysicalDeviceShaderImageFootprintFeaturesNV { struct
30276 impl ::std::default::Default for PhysicalDeviceShaderImageFootprintFeaturesNV { argument
30285 impl PhysicalDeviceShaderImageFootprintFeaturesNV { impl
30302 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderImageFootprintFeaturesNV {} implementation
30304 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderImageFootprintFeaturesNV {} implementation
30324 pub fn build(self) -> PhysicalDeviceShaderImageFootprintFeaturesNV { in build()