Searched refs:pipelineCacheUUID (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 230 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelineCacheHeaderVersionOne() 393 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceProperties()
|
D | goldfish_vk_marshaling.cpp | 413 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelineCacheHeaderVersionOne() 424 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelineCacheHeaderVersionOne() 1148 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceProperties() 1166 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 330 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPipelineCacheHeaderVersionOne() 924 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 34142 … deviceID_ ), deviceType( deviceType_ ), deviceName( deviceName_ ), pipelineCacheUUID( pipelineCac… 34180 …Version, driverVersion, vendorID, deviceID, deviceType, deviceName, pipelineCacheUUID, limits, spa… in reflect() 34199 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ) in operator ==() 34218 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member 40029 …on( headerVersion_ ), vendorID( vendorID_ ), deviceID( deviceID_ ), pipelineCacheUUID( pipelineCac… 40075 pipelineCacheUUID = pipelineCacheUUID_; in setPipelineCacheUUID() 40099 return std::tie( headerSize, headerVersion, vendorID, deviceID, pipelineCacheUUID ); in reflect() 40116 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ); in operator ==() 40131 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member
|
D | vulkansc_hash.hpp | 4778 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.pipelineCacheUUID[i] ); in operator ()() 5682 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.pipelineCacheUUID[i] ); in operator ()()
|
D | vulkan_core.h | 2966 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member 3242 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member 15581 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
|
D | vulkan_structs.hpp | 25650 …endorID_ ), deviceID( deviceID_ ), driverVersion( driverVersion_ ), pipelineCacheUUID( pipelineCac… 25702 pipelineCacheUUID = pipelineCacheUUID_; in setPipelineCacheUUID() 25756 …:tie( headerSize, headerVersion, vendorID, deviceID, driverVersion, pipelineCacheUUID, application… in reflect() 25774 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ) in operator ==() 25795 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member 71189 … deviceID_ ), deviceType( deviceType_ ), deviceName( deviceName_ ), pipelineCacheUUID( pipelineCac… 71227 …Version, driverVersion, vendorID, deviceID, deviceType, deviceName, pipelineCacheUUID, limits, spa… in reflect() 71246 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ) in operator ==() 71265 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member 82181 …on( headerVersion_ ), vendorID( vendorID_ ), deviceID( deviceID_ ), pipelineCacheUUID( pipelineCac… [all …]
|
D | vulkan_hash.hpp | 3353 … VULKAN_HPP_HASH_COMBINE( seed, deviceFaultVendorBinaryHeaderVersionOneEXT.pipelineCacheUUID[i] ); in operator ()() 9348 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.pipelineCacheUUID[i] ); in operator ()() 10924 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.pipelineCacheUUID[i] ); in operator ()()
|