Searched refs:VK_UUID_SIZE (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 304 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()
|
D | radv_device.c | 68 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()
|
D | radv_private.h | 281 uint8_t uuid[VK_UUID_SIZE];
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 328 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()
|
D | anv_device.c | 77 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()
|
D | anv_private.h | 522 uint8_t uuid[VK_UUID_SIZE];
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 115 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/ |
D | vktPipelineCacheTests.cpp | 1689 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/ |
D | vkStructTypes.inl | 246 deUint8 pipelineCacheUUID[VK_UUID_SIZE]; 1819 deUint8 deviceUUID[VK_UUID_SIZE]; 1820 deUint8 driverUUID[VK_UUID_SIZE];
|
D | vkBasicTypes.inl | 7 #define VK_UUID_SIZE (static_cast<size_t> (16)) macro
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 111 #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/ |
D | vulkan.h.in | 107 #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/ |
D | vulkan.h | 107 #define VK_UUID_SIZE 16 macro 1409 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
|
D | vulkan.hpp | 13468 … && ( memcmp( pipelineCacheUUID, rhs.pipelineCacheUUID, VK_UUID_SIZE * sizeof( uint8_t ) ) == 0 ) in operator ==() 13484 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 107 #define VK_UUID_SIZE 16 macro 1418 uint8_t pipelineCacheUUID[VK_UUID_SIZE];
|