Searched refs:pipelineCacheUUID (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 185 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 638 memcpy(cache->header.uuid, pdevice_props.pipelineCacheUUID, VK_UUID_SIZE); in vk_pipeline_cache_create()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_external_memory.adoc | 58 slink:VkPhysicalDeviceProperties::pname:pipelineCacheUUID is not sufficient
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | debugging.adoc | 453 * pname:pipelineCacheUUID is an array of ename:VK_UUID_SIZE code:uint8_t 455 sname:VkPhysicalDeviceProperties::pname:pipelineCacheUUID property of
|
D | devsandqueues.adoc | 89 * pname:pipelineCacheUUID is an array of ename:VK_UUID_SIZE code:uint8_t 622 slink:VkPhysicalDeviceProperties2::pname:pipelineCacheUUID.
|
D | pipelines.adoc | 7596 * pname:pipelineCacheUUID is the 7597 sname:VkPhysicalDeviceProperties::pname:pipelineCacheUUID of the
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 229 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()
|
D | goldfish_vk_marshaling.cpp | 412 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 328 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/ |
D | goldfish_vk_deepcopy_guest.cpp | 229 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()
|
D | goldfish_vk_marshaling_guest.cpp | 352 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 281 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/ |
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_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 ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2928 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member 3204 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member 15509 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
|