HomeSort by relevance Sort by last modified time
    Searched refs:VK_UUID_SIZE (Results 1 - 23 of 23) sorted by null

  /external/vulkan-validation-layers/layers/
shader_validation.h 121 const auto headerSize = 2 * sizeof(uint32_t) + VK_UUID_SIZE;
128 uint8_t expected_uuid[VK_UUID_SIZE];
130 if (memcmp(&data[2], expected_uuid, VK_UUID_SIZE) != 0) return; // different version
140 const auto headerSize = 2 * sizeof(uint32_t) + VK_UUID_SIZE; // 4 bytes for header size + 4 bytes for version number + UUID
158 out = (uint32_t *)(reinterpret_cast<uint8_t *>(out) + VK_UUID_SIZE);
180 void Sha1ToVkUuid(const char *sha1_str, uint8_t uuid[VK_UUID_SIZE]) {
184 char padded_sha1_str[2 * VK_UUID_SIZE + 1] = {};
185 strncpy(padded_sha1_str, sha1_str, 2 * VK_UUID_SIZE + 1);
187 for (uint32_t i = 0; i < VK_UUID_SIZE; ++i) {
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 304 uint8_t uuid[VK_UUID_SIZE];
324 if (memcmp(header.uuid, device->physical_device->uuid, VK_UUID_SIZE) != 0)
423 memcpy(header->uuid, device->physical_device->uuid, VK_UUID_SIZE);
radv_device.c 68 memset(uuid, 0, VK_UUID_SIZE);
76 snprintf((char*)uuid + 10, VK_UUID_SIZE - 10, "radv");
600 memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE);
    [all...]
radv_private.h 281 uint8_t uuid[VK_UUID_SIZE];
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 328 uint8_t uuid[VK_UUID_SIZE];
353 if (memcmp(header.uuid, pdevice->uuid, VK_UUID_SIZE) != 0)
500 memcpy(header->uuid, pdevice->uuid, VK_UUID_SIZE);
anv_device.c 77 memset(uuid, 0, VK_UUID_SIZE);
81 snprintf(uuid, VK_UUID_SIZE, "anv-%d", timestamp);
639 memcpy(pProperties->pipelineCacheUUID, pdevice->uuid, VK_UUID_SIZE);
    [all...]
anv_private.h 522 uint8_t uuid[VK_UUID_SIZE];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 286 const deUint8 driverUUID[VK_UUID_SIZE],
287 const deUint8 deviceUUID[VK_UUID_SIZE]);
295 deUint8 m_driverUUID[VK_UUID_SIZE];
296 deUint8 m_deviceUUID[VK_UUID_SIZE];
301 const deUint8 driverUUID[VK_UUID_SIZE],
302 const deUint8 deviceUUID[VK_UUID_SIZE])
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp     [all...]
  /external/vulkan-validation-layers/loader/
extension_manual.c 273 memset(id_properties->deviceUUID, 0, VK_UUID_SIZE);
274 memset(id_properties->driverUUID, 0, VK_UUID_SIZE);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 246 deUint8 pipelineCacheUUID[VK_UUID_SIZE];
    [all...]
vkBasicTypes.inl 8 #define VK_UUID_SIZE (static_cast<size_t> (16))
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 111 #define VK_UUID_SIZE 16
    [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h 111 #define VK_UUID_SIZE 16
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 107 #define VK_UUID_SIZE 16
    [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h 107 #define VK_UUID_SIZE 16
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 107 #define VK_UUID_SIZE 16
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 107 #define VK_UUID_SIZE 16
    [all...]
vulkan.hpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.cpp     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]

Completed in 192 milliseconds