Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp47927 struct PhysicalDevice8BitStorageFeatures struct
47936 VULKAN_HPP_CONSTEXPR PhysicalDevice8BitStorageFeatures(VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8B… in PhysicalDevice8BitStorageFeatures() function
47942PhysicalDevice8BitStorageFeatures( VkPhysicalDevice8BitStorageFeatures const & rhs ) VULKAN_HPP_NO… in PhysicalDevice8BitStorageFeatures() function
47952 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice8BitStorageFeatures const *>( &rhs ); in operator =()
47957 …_HPP_CONSTEXPR_14 PhysicalDevice8BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47963 …torageBuffer8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer8BitAccess()
47969 …er8BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer8BitAccess()
47975 …& setStoragePushConstant8( VULKAN_HPP_NAMESPACE::Bool32 storagePushConstant8_ ) VULKAN_HPP_NOEXCEPT in setStoragePushConstant8()
47983 operator VkPhysicalDevice8BitStorageFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures const&()
47988 operator VkPhysicalDevice8BitStorageFeatures &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevice8BitStorageFeatures&()
[all …]