Home
last modified time | relevance | path

Searched refs:bufferDeviceAddressCaptureReplay (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp27855 …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
Dvulkansc_hash.hpp3774 …P_HASH_COMBINE( seed, physicalDeviceBufferDeviceAddressFeatures.bufferDeviceAddressCaptureReplay ); in operator ()()
5417 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay ); in operator ()()
Dvulkan_structs.hpp53685 …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 …]
Dvulkan_core.h5987 VkBool32 bufferDeviceAddressCaptureReplay; member
6437 VkBool32 bufferDeviceAddressCaptureReplay; member
13696 VkBool32 bufferDeviceAddressCaptureReplay; member
Dvulkan_hash.hpp6830 …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/
Dgoldfish_vk_marshaling.cpp7949 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()
Dgoldfish_vk_reserved_marshaling.cpp6137 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features()
7984 memcpy((VkBool32*)&forUnmarshaling->bufferDeviceAddressCaptureReplay, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceBufferDeviceAddressFeatures()