Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp242 deMemcpy(pipelineCacheUUID, this, sizeof(pipelineCacheUUID)); in Header()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipelineCache.cpp77 memcpy(header->pipelineCacheUUID, SWIFTSHADER_UUID, VK_UUID_SIZE); in PipelineCache()
H A DVkPipelineCache.hpp116 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c357 _mesa_sha1_update(&sha1_ctx, &props->pipelineCacheUUID, in vn_physical_device_init_uuids()
358 sizeof(props->pipelineCacheUUID)); in vn_physical_device_init_uuids()
361 memcpy(props->pipelineCacheUUID, sha1, VK_UUID_SIZE); in vn_physical_device_init_uuids()
H A Dvn_device.c413 dev->physical_device->base.base.properties.pipelineCacheUUID; in vn_device_update_shader_cache_id()
H A Dvn_pipeline.c504 memcpy(header->uuid, props->pipelineCacheUUID, VK_UUID_SIZE); in vn_GetPipelineCacheData()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkResourceProvider.cpp76 const uint8_t* supportedPipelineCacheUUID = devProps.pipelineCacheUUID; in pipelineCache()
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp407 memset(properties->pipelineCacheUUID, 0, in GetPhysicalDeviceProperties()
408 sizeof(properties->pipelineCacheUUID)); in GetPhysicalDeviceProperties()
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c638 memcpy(cache->header.uuid, pdevice_props.pipelineCacheUUID, VK_UUID_SIZE); in vk_pipeline_cache_create()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c1006 memcpy(pdev->vk.properties.pipelineCacheUUID, sha, VK_UUID_SIZE); in hk_physical_device_init_pipeline_cache()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c607 memcpy(properties->pipelineCacheUUID, device->cache_uuid, VK_UUID_SIZE); in get_device_properties()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c1110 memcpy(pdev->vk.properties.pipelineCacheUUID, sha, VK_UUID_SIZE); in nvk_physical_device_init_pipeline_cache()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_debug.c1084 memcpy(hdr.pipelineCacheUUID, pdev->cache_uuid, VK_UUID_SIZE); in radv_GetDeviceFaultInfoEXT()
H A Dradv_physical_device.c1446 memcpy(p->pipelineCacheUUID, pdev->cache_uuid, VK_UUID_SIZE); in radv_get_physical_device_properties()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl749 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
1164 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp1539 …emCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_UUID_SIZ… in CacheHeaderTestInstance()
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc628 visitor->Visit("pipelineCacheUUID", &properties->pipelineCacheUUID) && in Iterate()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1199 lvp_device_get_cache_uuid(p->pipelineCacheUUID); in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1250 memcpy(properties->pipelineCacheUUID, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1285 memcpy(props->pipelineCacheUUID, in get_properties()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A 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()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c624 properties->pipelineCacheUUID); in pvr_physical_device_get_properties()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkStructTypes.inl789 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
1177 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
8497 uint8_t pipelineCacheUUID[VK_UUID_SIZE]; member
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp230 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()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c1122 memcpy(props->pipelineCacheUUID, in get_properties()

12345678