Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc185 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c638 memcpy(cache->header.uuid, pdevice_props.pipelineCacheUUID, VK_UUID_SIZE); in vk_pipeline_cache_create()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_external_memory.adoc58 slink:VkPhysicalDeviceProperties::pname:pipelineCacheUUID is not sufficient
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc453 * pname:pipelineCacheUUID is an array of ename:VK_UUID_SIZE code:uint8_t
455 sname:VkPhysicalDeviceProperties::pname:pipelineCacheUUID property of
Ddevsandqueues.adoc89 * pname:pipelineCacheUUID is an array of ename:VK_UUID_SIZE code:uint8_t
622 slink:VkPhysicalDeviceProperties2::pname:pipelineCacheUUID.
Dpipelines.adoc7596 * pname:pipelineCacheUUID is the
7597 sname:VkPhysicalDeviceProperties::pname:pipelineCacheUUID of the
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp229 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelineCacheHeaderVersionOne()
392 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling.cpp412 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelineCacheHeaderVersionOne()
423 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelineCacheHeaderVersionOne()
1147 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceProperties()
1165 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling.cpp328 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPipelineCacheHeaderVersionOne()
922 memcpy((uint8_t*)forUnmarshaling->pipelineCacheUUID, *ptr, VK_UUID_SIZE * sizeof(uint8_t)); in reservedunmarshal_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp229 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPipelineCacheHeaderVersionOne()
392 memcpy(to->pipelineCacheUUID, from->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in deepcopy_VkPhysicalDeviceProperties()
Dgoldfish_vk_marshaling_guest.cpp352 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPipelineCacheHeaderVersionOne()
364 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPipelineCacheHeaderVersionOne()
1086 vkStream->write((uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in marshal_VkPhysicalDeviceProperties()
1104 vkStream->read((uint8_t*)forUnmarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in unmarshal_VkPhysicalDeviceProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp281 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPipelineCacheHeaderVersionOne()
936 memcpy(*ptr, (uint8_t*)forMarshaling->pipelineCacheUUID, VK_UUID_SIZE * sizeof(uint8_t)); in reservedmarshal_VkPhysicalDeviceProperties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4778 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.pipelineCacheUUID[i] ); in operator ()()
5682 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.pipelineCacheUUID[i] ); in operator ()()
Dvulkan_hash.hpp3353 … 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 ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2928 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
3204 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
15509 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member