Searched refs:uniformAndStorageBuffer8BitAccess (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 27442 …xt_ ), storageBuffer8BitAccess( storageBuffer8BitAccess_ ), uniformAndStorageBuffer8BitAccess( uni… 27476 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess() 27506 …return std::tie( sType, pNext, storageBuffer8BitAccess, uniformAndStorageBuffer8BitAccess, storage… in reflect() 27522 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==() 27537 VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess = {}; member 38350 …nt_ ), storageBuffer8BitAccess( storageBuffer8BitAccess_ ), uniformAndStorageBuffer8BitAccess( uni… 38396 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess() 38678 …rorClampToEdge, drawIndirectCount, storageBuffer8BitAccess, uniformAndStorageBuffer8BitAccess, sto… in reflect() 38696 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==() 38755 VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess = {}; member
|
D | vulkansc_hash.hpp | 3719 …LKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess ); in operator ()() 5381 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess ); in operator ()()
|
D | vulkan_structs.hpp | 52532 …xt_ ), storageBuffer8BitAccess( storageBuffer8BitAccess_ ), uniformAndStorageBuffer8BitAccess( uni… 52566 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess() 52596 …return std::tie( sType, pNext, storageBuffer8BitAccess, uniformAndStorageBuffer8BitAccess, storage… in reflect() 52612 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==() 52627 VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess = {}; member 80365 …nt_ ), storageBuffer8BitAccess( storageBuffer8BitAccess_ ), uniformAndStorageBuffer8BitAccess( uni… 80411 uniformAndStorageBuffer8BitAccess = uniformAndStorageBuffer8BitAccess_; in setUniformAndStorageBuffer8BitAccess() 80693 …rorClampToEdge, drawIndirectCount, storageBuffer8BitAccess, uniformAndStorageBuffer8BitAccess, sto… in reflect() 80711 && ( uniformAndStorageBuffer8BitAccess == rhs.uniformAndStorageBuffer8BitAccess ) in operator ==() 80770 VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer8BitAccess = {}; member
|
D | vulkan_core.h | 5951 VkBool32 uniformAndStorageBuffer8BitAccess; member 6148 VkBool32 uniformAndStorageBuffer8BitAccess; member
|
D | vulkan_hash.hpp | 6679 …LKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.uniformAndStorageBuffer8BitAccess ); in operator ()() 10623 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7895 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7983 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDeviceVulkan12Features() 8762 vkStream->write((VkBool32*)&forMarshaling->uniformAndStorageBuffer8BitAccess, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures() 8788 vkStream->read((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, in unmarshal_VkPhysicalDevice8BitStorageFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6047 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6715 memcpy((VkBool32*)&forUnmarshaling->uniformAndStorageBuffer8BitAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice8BitStorageFeatures()
|