Home
last modified time | relevance | path

Searched refs:mesa_bytes_to_hex (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/util/
Dhex.h34 static inline char *mesa_bytes_to_hex(char *buf, const unsigned char *binary, in mesa_bytes_to_hex() function
Dmesa-sha1.c46 mesa_bytes_to_hex(buf, sha1, SHA1_DIGEST_LENGTH); in _mesa_sha1_format()
Dmesa-blake3.c30 mesa_bytes_to_hex(buf, blake3, BLAKE3_OUT_LEN); in _mesa_blake3_format()
/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/
Ddisk_cache.rs92 mesa_bytes_to_hex(cache_id.as_mut_ptr(), sha.as_ptr(), sha.len() as u32); in new()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c189 mesa_bytes_to_hex(cache_id, sha1, 20); in nouveau_disk_cache_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c94 mesa_bytes_to_hex(cache_id, sha1, 20); in r300_disk_cache_create()
/external/mesa3d/src/virtio/vulkan/
Dvn_device.c416 mesa_bytes_to_hex(uuid, device_uuid, VK_UUID_SIZE); in vn_device_update_shader_cache_id()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c921 mesa_bytes_to_hex(cache_id, sha1, 20); in lp_disk_cache_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c755 mesa_bytes_to_hex(cache_id, sha1, 20); in r600_disk_cache_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1134 mesa_bytes_to_hex(cache_id, sha1, 20); in si_disk_cache_create()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c2240 mesa_bytes_to_hex(buf, pdev->cache_uuid, VK_UUID_SIZE); in radv_physical_device_try_create()
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.cc1482 mesa_bytes_to_hex(buf, device->cache_uuid, VK_UUID_SIZE); in tu_physical_device_init()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c332 mesa_bytes_to_hex(cache_id, blake3, 20); in disk_cache_init()
/external/mesa3d/docs/relnotes/
D23.2.1.rst5096 - util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.