Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp71009 struct PhysicalDeviceShaderAtomicInt64Features struct
71011 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;
71013 static const bool allowDuplicate = false;
71014 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
71017 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function
71028PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
71038 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
71043 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
71050 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
71057 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66290 struct PhysicalDeviceShaderAtomicInt64Features struct
66299 VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features(VULKAN_HPP_NAMESPACE::Bool32 shaderBuf… in PhysicalDeviceShaderAtomicInt64Features() function
66305PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
66315 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
66320 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66326 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
66332 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
66340 operator VkPhysicalDeviceShaderAtomicInt64Features const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features const&()
66345 operator VkPhysicalDeviceShaderAtomicInt64Features &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceShaderAtomicInt64Features&()
66356 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp74680 struct PhysicalDeviceShaderAtomicInt64Features struct
74682 using NativeType = VkPhysicalDeviceShaderAtomicInt64Features;
74684 static const bool allowDuplicate = false;
74685 …R_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceShaderAtomicInt64Features;
74688 …VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderAtomicInt64Features( VULKAN_HPP_NAMESPACE::Bool32 shaderB… in PhysicalDeviceShaderAtomicInt64Features() function
74699PhysicalDeviceShaderAtomicInt64Features( VkPhysicalDeviceShaderAtomicInt64Features const & rhs ) V… in PhysicalDeviceShaderAtomicInt64Features() function
74709 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceShaderAtomicInt64Features const *>( … in operator =()
74714 …ONSTEXPR_14 PhysicalDeviceShaderAtomicInt64Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
74721 …derBufferInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderBufferInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderBufferInt64Atomics()
74728 …derSharedInt64Atomics( VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics_ ) VULKAN_HPP_NOEXCEPT in setShaderSharedInt64Atomics()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs28736 pub struct PhysicalDeviceShaderAtomicInt64Features { struct
28742 impl ::std::default::Default for PhysicalDeviceShaderAtomicInt64Features { argument
28752 impl PhysicalDeviceShaderAtomicInt64Features { implementation
28766 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderAtomicInt64Features {} implementation
28768 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderAtomicInt64Features {} implementation
28792 pub fn build(self) -> PhysicalDeviceShaderAtomicInt64Features { in build()