Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp56450 struct PhysicalDevice16BitStorageFeatures struct
56452 using NativeType = VkPhysicalDevice16BitStorageFeatures;
56454 static const bool allowDuplicate = false;
56455 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice16BitStorageFeatures;
56458 …VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffe… in PhysicalDevice16BitStorageFeatures() argument
56473PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures() function
56483 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures const *>( &rhs … in operator =()
56488 …HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56495 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
56502 …16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer16BitAccess()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp56081 struct PhysicalDevice16BitStorageFeatures struct
56083 using NativeType = VkPhysicalDevice16BitStorageFeatures;
56085 static const bool allowDuplicate = false;
56086 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice16BitStorageFeatures;
56089 …VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffe… in PhysicalDevice16BitStorageFeatures() function
56104PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures() function
56114 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures const *>( &rhs … in operator =()
56119 …HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56126 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
56133 …16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer16BitAccess()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp69353 struct PhysicalDevice16BitStorageFeatures struct
69355 using NativeType = VkPhysicalDevice16BitStorageFeatures;
69357 static const bool allowDuplicate = false;
69358 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice16BitStorageFeatures;
69361 …VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffe… in PhysicalDevice16BitStorageFeatures() function
69376PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures() function
69386 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures const *>( &rhs … in operator =()
69391 …HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
69398 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
69405 …16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer16BitAccess()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs22956 pub struct PhysicalDevice16BitStorageFeatures { struct
22964 impl ::std::default::Default for PhysicalDevice16BitStorageFeatures { argument
22977 unsafe impl TaggedStructure for PhysicalDevice16BitStorageFeatures { implementation
22980 impl PhysicalDevice16BitStorageFeatures { implementation
22994 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice16BitStorageFeatures {} implementation
22996 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevice16BitStorageFeatures {} implementation
23036 pub fn build(self) -> PhysicalDevice16BitStorageFeatures { in build()