Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c304 uint8_t uuid[VK_UUID_SIZE];
324 if (memcmp(header.uuid, device->physical_device->uuid, VK_UUID_SIZE) != 0) in radv_pipeline_cache_load()
423 memcpy(header->uuid, device->physical_device->uuid, VK_UUID_SIZE); in radv_GetPipelineCacheData()
Dradv_device.c68 memset(uuid, 0, VK_UUID_SIZE); in radv_device_get_cache_uuid()
76 snprintf((char*)uuid + 10, VK_UUID_SIZE - 10, "radv"); in radv_device_get_cache_uuid()
600 memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE); in radv_GetPhysicalDeviceProperties()
Dradv_private.h281 uint8_t uuid[VK_UUID_SIZE];
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c328 uint8_t uuid[VK_UUID_SIZE];
353 if (memcmp(header.uuid, pdevice->uuid, VK_UUID_SIZE) != 0) in anv_pipeline_cache_load()
500 memcpy(header->uuid, pdevice->uuid, VK_UUID_SIZE); in anv_GetPipelineCacheData()
Danv_device.c77 memset(uuid, 0, VK_UUID_SIZE); in anv_device_get_cache_uuid()
81 snprintf(uuid, VK_UUID_SIZE, "anv-%d", timestamp); in anv_device_get_cache_uuid()
639 memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE); in anv_GetPhysicalDeviceProperties()
Danv_private.h522 uint8_t uuid[VK_UUID_SIZE];
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp115 const deUint8 driverUUID[VK_UUID_SIZE],
116 const deUint8 deviceUUID[VK_UUID_SIZE]);
124 deUint8 m_driverUUID[VK_UUID_SIZE];
125 deUint8 m_deviceUUID[VK_UUID_SIZE];
130 const deUint8 driverUUID[VK_UUID_SIZE], in DeviceId() argument
131 const deUint8 deviceUUID[VK_UUID_SIZE]) in DeviceId() argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1689 deUint8 PipelineCacheUUID[VK_UUID_SIZE];
1720 if (m_header.HeaderLength - VK_UUID_SIZE != 16) in CacheHeaderTestInstance()
1732 …m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_UUID_SIZE) != 0) in CacheHeaderTestInstance()
1802 dataSize = 16 + VK_UUID_SIZE - 1; in InvalidSizeTestInstance()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl246 deUint8 pipelineCacheUUID[VK_UUID_SIZE];
1819 deUint8 deviceUUID[VK_UUID_SIZE];
1820 deUint8 driverUUID[VK_UUID_SIZE];
DvkBasicTypes.inl7 #define VK_UUID_SIZE (static_cast<size_t> (16)) macro
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h111 #define VK_UUID_SIZE 16 macro
1515 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
4609 uint8_t deviceUUID[VK_UUID_SIZE];
4610 uint8_t driverUUID[VK_UUID_SIZE];
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in107 #define VK_UUID_SIZE 16 macro
1574 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
4838 uint8_t deviceUUID[VK_UUID_SIZE];
4839 uint8_t driverUUID[VK_UUID_SIZE];
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h107 #define VK_UUID_SIZE 16 macro
1409 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
Dvulkan.hpp13468 … && ( memcmp( pipelineCacheUUID, rhs.pipelineCacheUUID, VK_UUID_SIZE * sizeof( uint8_t ) ) == 0 ) in operator ==()
13484 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
/external/mesa3d/include/vulkan/
Dvulkan.h107 #define VK_UUID_SIZE 16 macro
1418 uint8_t pipelineCacheUUID[VK_UUID_SIZE];