Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp55400 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
55402 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
55404 static const bool allowDuplicate = false;
55405 …R StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
55408 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( uint32_t maxGraphicsShader… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() argument
55434PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
55445 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
55449 …it operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
55454 explicit operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
55475 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp51943 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
51945 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
51947 static const bool allowDuplicate = false;
51948 …PR StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
51952PhysicalDeviceDeviceGeneratedCommandsPropertiesNV(uint32_t maxGraphicsShaderGroupCount_ = {}, uint… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() argument
51958PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
51968 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
51973 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
51978 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
51989 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp58011 struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV struct
58013 using NativeType = VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
58015 static const bool allowDuplicate = false;
58016 …R StructureType structureType = StructureType::ePhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
58019 …VULKAN_HPP_CONSTEXPR PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( uint32_t maxGraphicsShader… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
58045PhysicalDeviceDeviceGeneratedCommandsPropertiesNV( VkPhysicalDeviceDeviceGeneratedCommandsProperti… in PhysicalDeviceDeviceGeneratedCommandsPropertiesNV() function
58056 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDeviceGeneratedCommandsPropertiesNV in operator =()
58060 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV const&()
58065 operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&()
58086 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs12406 pub struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { struct
12419 impl ::std::default::Default for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { argument
12436 impl PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { impl
12453 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDeviceGeneratedCommandsPropertiesNV implementation
12529 pub fn build(self) -> PhysicalDeviceDeviceGeneratedCommandsPropertiesNV { in build()