Home
last modified time | relevance | path

Searched refs:build_id_len (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c914 unsigned build_id_len = build_id_length(note); in virgl_disk_cache_create() local
915 assert(note && build_id_len == 20); /* sha1 */ in virgl_disk_cache_create()
922 _mesa_sha1_update(&sha1_ctx, id_sha1, build_id_len); in virgl_disk_cache_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c627 unsigned build_id_len = build_id_length(note); in init_uuids() local
628 if (build_id_len < 20) { in init_uuids()
647 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in init_uuids()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c560 unsigned build_id_len = build_id_length(note); in anv_physical_device_init_uuids() local
561 if (build_id_len < 20) { in anv_physical_device_init_uuids()
576 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len); in anv_physical_device_init_uuids()