Searched refs:shaderSharedInt64Atomics (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 35385 …Next_ ), shaderBufferInt64Atomics( shaderBufferInt64Atomics_ ), shaderSharedInt64Atomics( shaderSh… 35419 shaderSharedInt64Atomics = shaderSharedInt64Atomics_; in setShaderSharedInt64Atomics() 35443 return std::tie( sType, pNext, shaderBufferInt64Atomics, shaderSharedInt64Atomics ); in reflect() 35459 && ( shaderSharedInt64Atomics == rhs.shaderSharedInt64Atomics ); in operator ==() 35473 VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics = {}; member 38350 …ant8_ ), shaderBufferInt64Atomics( shaderBufferInt64Atomics_ ), shaderSharedInt64Atomics( shaderSh… 38414 shaderSharedInt64Atomics = shaderSharedInt64Atomics_; in setShaderSharedInt64Atomics() 38678 …ffer8BitAccess, storagePushConstant8, shaderBufferInt64Atomics, shaderSharedInt64Atomics, shaderFl… in reflect() 38699 && ( shaderSharedInt64Atomics == rhs.shaderSharedInt64Atomics ) in operator ==() 38758 VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics = {}; member
|
D | vulkansc_hash.hpp | 4948 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics ); in operator ()() 5384 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderSharedInt64Atomics ); in operator ()()
|
D | vulkan_structs.hpp | 74153 …Next_ ), shaderBufferInt64Atomics( shaderBufferInt64Atomics_ ), shaderSharedInt64Atomics( shaderSh… 74187 shaderSharedInt64Atomics = shaderSharedInt64Atomics_; in setShaderSharedInt64Atomics() 74211 return std::tie( sType, pNext, shaderBufferInt64Atomics, shaderSharedInt64Atomics ); in reflect() 74227 && ( shaderSharedInt64Atomics == rhs.shaderSharedInt64Atomics ); in operator ==() 74241 VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics = {}; member 80365 …ant8_ ), shaderBufferInt64Atomics( shaderBufferInt64Atomics_ ), shaderSharedInt64Atomics( shaderSh… 80429 shaderSharedInt64Atomics = shaderSharedInt64Atomics_; in setShaderSharedInt64Atomics() 80693 …ffer8BitAccess, storagePushConstant8, shaderBufferInt64Atomics, shaderSharedInt64Atomics, shaderFl… in reflect() 80714 && ( shaderSharedInt64Atomics == rhs.shaderSharedInt64Atomics ) in operator ==() 80773 VULKAN_HPP_NAMESPACE::Bool32 shaderSharedInt64Atomics = {}; member
|
D | vulkan_core.h | 5954 VkBool32 shaderSharedInt64Atomics; member 6165 VkBool32 shaderSharedInt64Atomics; member
|
D | vulkan_hash.hpp | 9745 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderAtomicInt64Features.shaderSharedInt64Atomics ); in operator ()() 10626 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.shaderSharedInt64Atomics ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7898 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7987 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 8846 vkStream->write((VkBool32*)&forMarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderAtomicInt64Features() 8871 vkStream->read((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 6053 memcpy((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6783 memcpy((VkBool32*)&forUnmarshaling->shaderSharedInt64Atomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderAtomicInt64Features()
|