Home
last modified time | relevance | path

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

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