Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp62697 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
62699 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
62701 static const bool allowDuplicate = false;
62702 …R StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
62705 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( uint32_t maxGraphicsShader… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
62731PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
62742 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
62746 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
62751 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
62772 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp62133 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
62135 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
62137 static const bool allowDuplicate = false;
62138 …R StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
62141 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( uint32_t maxGraphicsShader… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() argument
62167PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
62178 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
62182 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
62187 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
62208 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp77539 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
77541 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
77543 static const bool allowDuplicate = false;
77544 …R StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
77547 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( uint32_t maxGraphicsShader… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() argument
77573PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
77584 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
77588 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
77593 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
77598 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs13846 pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { struct
13859 impl ::std::default::Default for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { argument
13877 unsafe impl TaggedStructure for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { implementation
13881 impl PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { impl
13898 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV implementation
13983 pub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { in build()