Searched refs:mesa_bytes_to_hex (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/util/ |
D | hex.h | 34 static inline char *mesa_bytes_to_hex(char *buf, const unsigned char *binary, in mesa_bytes_to_hex() function
|
D | mesa-sha1.c | 46 mesa_bytes_to_hex(buf, sha1, SHA1_DIGEST_LENGTH); in _mesa_sha1_format()
|
D | mesa-blake3.c | 30 mesa_bytes_to_hex(buf, blake3, BLAKE3_OUT_LEN); in _mesa_blake3_format()
|
/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/ |
D | disk_cache.rs | 92 mesa_bytes_to_hex(cache_id.as_mut_ptr(), sha.as_ptr(), sha.len() as u32); in new()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 189 mesa_bytes_to_hex(cache_id, sha1, 20); in nouveau_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 94 mesa_bytes_to_hex(cache_id, sha1, 20); in r300_disk_cache_create()
|
/external/mesa3d/src/virtio/vulkan/ |
D | vn_device.c | 416 mesa_bytes_to_hex(uuid, device_uuid, VK_UUID_SIZE); in vn_device_update_shader_cache_id()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 921 mesa_bytes_to_hex(cache_id, sha1, 20); in lp_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 755 mesa_bytes_to_hex(cache_id, sha1, 20); in r600_disk_cache_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 1134 mesa_bytes_to_hex(cache_id, sha1, 20); in si_disk_cache_create()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_physical_device.c | 2240 mesa_bytes_to_hex(buf, pdev->cache_uuid, VK_UUID_SIZE); in radv_physical_device_try_create()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.cc | 1482 mesa_bytes_to_hex(buf, device->cache_uuid, VK_UUID_SIZE); in tu_physical_device_init()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 332 mesa_bytes_to_hex(cache_id, blake3, 20); in disk_cache_init()
|
/external/mesa3d/docs/relnotes/ |
D | 23.2.1.rst | 5096 - util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.
|