Home
last modified time | relevance | path

Searched refs:vk_shaderModuleIdentifierAlgorithmUUID (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_shader_module.h49 extern const uint8_t vk_shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE];
Dvk_shader_module.c73 const uint8_t vk_shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE] = "MESA-BLAKE3"; variable
/third_party/mesa3d/src/asahi/vulkan/
Dhk_physical_device.c939 static_assert(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in hk_get_device_properties()
942 vk_shaderModuleIdentifierAlgorithmUUID, in hk_get_device_properties()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_physical_device.c882 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in get_device_properties()
885 vk_shaderModuleIdentifierAlgorithmUUID, in get_device_properties()
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c1185 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in nvk_get_device_properties()
1188 vk_shaderModuleIdentifierAlgorithmUUID, in nvk_get_device_properties()
/third_party/mesa3d/src/amd/vulkan/
Dradv_physical_device.c1998 …STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == sizeof(p->shaderModuleIdentifierAl… in radv_get_physical_device_properties()
1999 memcpy(p->shaderModuleIdentifierAlgorithmUUID, vk_shaderModuleIdentifierAlgorithmUUID, in radv_get_physical_device_properties()
/third_party/mesa3d/src/intel/vulkan/
Danv_physical_device.c1896 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in get_properties()
1899 vk_shaderModuleIdentifierAlgorithmUUID, in get_properties()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1245 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in get_device_properties()
1248 vk_shaderModuleIdentifierAlgorithmUUID, in get_device_properties()
/third_party/mesa3d/src/intel/vulkan_hasvk/
Danv_device.c1232 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in get_properties()
1235 vk_shaderModuleIdentifierAlgorithmUUID, in get_properties()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.cc1196 STATIC_ASSERT(sizeof(vk_shaderModuleIdentifierAlgorithmUUID) == in tu_get_properties()
1199 vk_shaderModuleIdentifierAlgorithmUUID, in tu_get_properties()