Home
last modified time | relevance | path

Searched refs:build_id_length (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/
Dbuild_id.h35 build_id_length(const struct build_id_note *note);
Dbuild_id.c126 build_id_length(const struct build_id_note *note) in build_id_length() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_binary.c53 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note)); in brw_program_binary_init()
Dbrw_disk_cache.c420 assert(note && build_id_length(note) == 20 /* sha1 */); in brw_disk_cache_init()
/external/mesa3d/src/intel/vulkan/
Danv_device.c232 unsigned build_id_len = build_id_length(note); in anv_physical_device_init_uuids()