Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp54922 struct PhysicalDevice8BitStorageFeatures struct
54924 using NativeType = VkPhysicalDevice8BitStorageFeatures;
54926 static const bool allowDuplicate = false;
54927 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;
54930 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function
54943PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function
54953 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()
54958 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
54965 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()
54972 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp56326 struct PhysicalDevice8BitStorageFeatures struct
56328 using NativeType = VkPhysicalDevice8BitStorageFeatures;
56330 static const bool allowDuplicate = false;
56331 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;
56334 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function
56347PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function
56357 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()
56362 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56369 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()
56376 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp56324 struct PhysicalDevice8BitStorageFeatures struct
56326 using NativeType = VkPhysicalDevice8BitStorageFeatures;
56328 static const bool allowDuplicate = false;
56329 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice8BitStorageFeatures;
56332 …VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer… in PhysicalDevice8BitStorageFeatures() function
56345PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function
56355 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()
56360 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56367 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()
56374 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs32103 pub struct PhysicalDevice8BitStorageFeatures { struct
32110 impl ::std::default::Default for PhysicalDevice8BitStorageFeatures { argument
32122 unsafe impl TaggedStructure for PhysicalDevice8BitStorageFeatures { implementation
32125 impl PhysicalDevice8BitStorageFeatures { impl
32139 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice8BitStorageFeatures {} implementation
32141 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevice8BitStorageFeatures {} implementation
32176 pub fn build(self) -> PhysicalDevice8BitStorageFeatures { in build()