Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp77882 struct PhysicalDeviceShaderAtomicInt64Features struct
77884 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;
77886 static const bool allowDuplicate = false;
77887 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
77890 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function
77901PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
77911 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
77916 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
77923 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
77930 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp80818 struct PhysicalDeviceShaderAtomicInt64Features struct
80820 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;
80822 static const bool allowDuplicate = false;
80823 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
80826 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function
80837PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
80847 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
80852 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
80859 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
80866 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp81959 struct PhysicalDeviceShaderAtomicInt64Features struct
81961 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;
81963 static const bool allowDuplicate = false;
81964 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
81967 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function
81978PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
81988 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
81993 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
82000 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
82007 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs32347 pub struct PhysicalDeviceShaderAtomicInt64Features { struct
32353 impl ::std::default::Default for PhysicalDeviceShaderAtomicInt64Features { implementation
32364 unsafe impl TaggedStructure for PhysicalDeviceShaderAtomicInt64Features { implementation
32368 impl PhysicalDeviceShaderAtomicInt64Features { impl
32382 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features {} implementation
32384 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features {} implementation
32410 pub fn build(self) -> PhysicalDeviceShaderAtomicInt64Features { in build()