Home
last modified time | relevance | path

Searched refs:pipelineCacheUUID (Results 1 – 11 of 11) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp277 if (!((memcmp(a->pipelineCacheUUID, b->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)) == in checkEqual_VkPipelineCacheHeaderVersionOne()
1048 if (!((memcmp(a->pipelineCacheUUID, b->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)) == in checkEqual_VkPhysicalDeviceProperties()
18134 if (!((memcmp(a->pipelineCacheUUID, b->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)) == in checkEqual_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
Dgoldfish_vk_deepcopy.cpp228 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelineCacheHeaderVersionOne()
391 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceProperties()
17764 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
Dgoldfish_vk_marshaling.cpp411 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelineCacheHeaderVersionOne()
422 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelineCacheHeaderVersionOne()
1146 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceProperties()
1164 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceProperties()
33518 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
33536 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
Dgoldfish_vk_reserved_marshaling.cpp327 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPipelineCacheHeaderVersionOne()
921 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceProperties()
26216 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp228 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelineCacheHeaderVersionOne()
391 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceProperties()
17764 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
Dgoldfish_vk_marshaling_guest.cpp351 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelineCacheHeaderVersionOne()
363 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelineCacheHeaderVersionOne()
1085 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceProperties()
1103 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceProperties()
26192 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
26210 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp280 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPipelineCacheHeaderVersionOne()
935 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceProperties()
17526 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkDeviceFaultVendorBinaryHeaderVersionOneEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp23818 …endorID_ ), deviceID( deviceID_ ), driverVersion( driverVersion_ ), pipelineCacheUUID( pipelineCac…
23870 pipelineCacheUUID = pipelineCacheUUID_; in setPipelineCacheUUID()
23912 …:tie( headerSize, headerVersion, vendorID, deviceID, driverVersion, pipelineCacheUUID, application… in reflect()
23930 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ) in operator ==()
23949 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member
63634 … deviceID_ ), deviceType( deviceType_ ), deviceName( deviceName_ ), pipelineCacheUUID( pipelineCac…
63672 …Version, driverVersion, vendorID, deviceID, deviceType, deviceName, pipelineCacheUUID, limits, spa… in reflect()
63691 && ( pipelineCacheUUID == rhs.pipelineCacheUUID ) in operator ==()
63710 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> pipelineCacheUUID = {}; member
73472 …on( headerVersion_ ), vendorID( vendorID_ ), deviceID( deviceID_ ), pipelineCacheUUID( pipelineCac…
[all …]
Dvulkan_core.h2793 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
3069 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
14665 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
Dvulkan_hash.hpp3150 … VULKAN_HPP_HASH_COMBINE( seed, deviceFaultVendorBinaryHeaderVersionOneEXT.pipelineCacheUUID[i] ); in operator ()()
8456 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.pipelineCacheUUID[i] ); in operator ()()
9876 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.pipelineCacheUUID[i] ); in operator ()()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto512 // Original field: None uint8_t pipelineCacheUUID. stringarray? 0 string? 0 hasLenInfo? 1
513 repeated uint32 pipelineCacheUUID = 7; field