| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 277     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()
  | 
| D | goldfish_vk_deepcopy.cpp | 228     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()
  | 
| D | goldfish_vk_marshaling.cpp | 411     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()
  | 
| D | goldfish_vk_reserved_marshaling.cpp | 327     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/ | 
| D | goldfish_vk_deepcopy_guest.cpp | 228     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()
  | 
| D | goldfish_vk_marshaling_guest.cpp | 351     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()
  | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 280     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/ | 
| D | vulkan_structs.hpp | 23818 …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 …] 
 | 
| D | vulkan_core.h | 2793     uint8_t                         pipelineCacheUUID[VK_UUID_SIZE];  member 3069     uint8_t                             pipelineCacheUUID[VK_UUID_SIZE];  member 14665     uint8_t                                      pipelineCacheUUID[VK_UUID_SIZE];  member
  | 
| D | vulkan_hash.hpp | 3150 …  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/ | 
| D | goldfish_vk_baseprotodefs.proto | 512     // Original field: None uint8_t pipelineCacheUUID. stringarray? 0 string? 0 hasLenInfo? 1 513     repeated uint32 pipelineCacheUUID = 7;  field
  |