Searched refs:bufferDeviceAddressCaptureReplay (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 27855 …ext( pNext_ ), bufferDeviceAddress( bufferDeviceAddress_ ), bufferDeviceAddressCaptureReplay( buff… 27889 bufferDeviceAddressCaptureReplay = bufferDeviceAddressCaptureReplay_; in setBufferDeviceAddressCaptureReplay() 27919 …return std::tie( sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDevice… in reflect() 27935 && ( bufferDeviceAddressCaptureReplay == rhs.bufferDeviceAddressCaptureReplay ) in operator ==() 27950 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay = {}; member 38350 …eSemaphore_ ), bufferDeviceAddress( bufferDeviceAddress_ ), bufferDeviceAddressCaptureReplay( buff… 38612 bufferDeviceAddressCaptureReplay = bufferDeviceAddressCaptureReplay_; in setBufferDeviceAddressCaptureReplay() 38678 …ts, hostQueryReset, timelineSemaphore, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, buff… in reflect() 38732 && ( bufferDeviceAddressCaptureReplay == rhs.bufferDeviceAddressCaptureReplay ) in operator ==() 38791 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay = {}; member
|
D | vulkansc_hash.hpp | 3774 …P_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay ); in operator ()() 5417 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay ); in operator ()()
|
D | vulkan_structs.hpp | 53685 …ext( pNext_ ), bufferDeviceAddress( bufferDeviceAddress_ ), bufferDeviceAddressCaptureReplay( buff… 53719 bufferDeviceAddressCaptureReplay = bufferDeviceAddressCaptureReplay_; in setBufferDeviceAddressCaptureReplay() 53749 …return std::tie( sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDevice… in reflect() 53765 && ( bufferDeviceAddressCaptureReplay == rhs.bufferDeviceAddressCaptureReplay ) in operator ==() 53780 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay = {}; member 53802 …ext( pNext_ ), bufferDeviceAddress( bufferDeviceAddress_ ), bufferDeviceAddressCaptureReplay( buff… 53836 bufferDeviceAddressCaptureReplay = bufferDeviceAddressCaptureReplay_; in setBufferDeviceAddressCaptureReplay() 53866 …return std::tie( sType, pNext, bufferDeviceAddress, bufferDeviceAddressCaptureReplay, bufferDevice… in reflect() 53882 && ( bufferDeviceAddressCaptureReplay == rhs.bufferDeviceAddressCaptureReplay ) in operator ==() 53897 VULKAN_HPP_NAMESPACE::Bool32 bufferDeviceAddressCaptureReplay = {}; member [all …]
|
D | vulkan_core.h | 5987 VkBool32 bufferDeviceAddressCaptureReplay; member 6437 VkBool32 bufferDeviceAddressCaptureReplay; member 13696 VkBool32 bufferDeviceAddressCaptureReplay; member
|
D | vulkan_hash.hpp | 6830 …P_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay ); in operator ()() 6844 …ASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeaturesEXT.bufferDeviceAddressCaptureReplay ); in operator ()() 10659 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7949 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 8038 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 10349 vkStream->write((VkBool32*)&forMarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in marshal_VkPhysicalDeviceBufferDeviceAddressFeatures() 10375 vkStream->read((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6137 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 7984 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()
|