Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp60337 struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV struct
60339 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV;
60341 static const bool allowDuplicate = false;
60345 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
60355PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
60365 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV co… in operator =()
60370 …_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
60377 …eviceGeneratedCommands( VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_ ) VULKAN_HPP_NOEXCEPT in setDeviceGeneratedCommands()
60384 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const&()
60389 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62036 struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV struct
62038 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV;
62040 static const bool allowDuplicate = false;
62044 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
62054PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
62064 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV co… in operator =()
62069 …_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
62076 …eviceGeneratedCommands( VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_ ) VULKAN_HPP_NOEXCEPT in setDeviceGeneratedCommands()
62083 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const&()
62088 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp62034 struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV struct
62036 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV;
62038 static const bool allowDuplicate = false;
62042 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
62052PhysicalDeviceDeviceGeneratedCommandsFeaturesNV( VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV… in PhysicalDeviceDeviceGeneratedCommandsFeaturesNV() function
62062 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsFeaturesNV co… in operator =()
62067 …_14 PhysicalDeviceDeviceGeneratedCommandsFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
62074 …eviceGeneratedCommands( VULKAN_HPP_NAMESPACE::Bool32 deviceGeneratedCommands_ ) VULKAN_HPP_NOEXCEPT in setDeviceGeneratedCommands()
62081 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV const&()
62086 operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs13596 pub struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { struct
13601 impl ::std::default::Default for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { argument
13611 unsafe impl TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { implementation
13615 impl PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { impl
13632 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV {} implementation
13634 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceDeviceGeneratedCommandsFeaturesNV {} implementation
13655 pub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsFeaturesNV { in build()