Searched refs:mesa_bytes_to_hex (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | hex.h | 34 static inline char *mesa_bytes_to_hex(char *buf, const unsigned char *binary, in mesa_bytes_to_hex() function
|
H A D | mesa-blake3.c | 30 mesa_bytes_to_hex(buf, blake3, BLAKE3_OUT_LEN); in _mesa_blake3_format()
|
H A D | mesa-sha1.c | 46 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 D | disk_cache.rs | 93 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 D | nouveau_screen.c | 189 mesa_bytes_to_hex(cache_id, sha1, 20); in nouveau_disk_cache_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_screen.c | 94 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 D | invocation.cpp | 255 mesa_bytes_to_hex(cache_id, sha1, 20); in create_clc_disk_cache()
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_device.c | 416 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 D | lp_screen.c | 1024 mesa_bytes_to_hex(cache_id, sha1, 20); in lp_disk_cache_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 755 mesa_bytes_to_hex(cache_id, sha1, 20); in r600_disk_cache_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.c | 1123 mesa_bytes_to_hex(cache_id, sha1, 20); in si_disk_cache_create()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_physical_device.c | 2204 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 D | tu_device.cc | 1317 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 D | zink_screen.c | 332 mesa_bytes_to_hex(cache_id, blake3, 20); in disk_cache_init()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.2.1.rst | 5096 - util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.
|