Searched refs:build_id_length (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dbuild_id.h35 build_id_length(const struct build_id_note *note);
H A Dbuild_id.c125 build_id_length(const struct build_id_note *note) function in typeref:typename:unsigned
H A Ddisk_cache.h126 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note));
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dbuild_id.h41 build_id_length(const struct build_id_note *note);
H A Dbuild_id.c125 build_id_length(const struct build_id_note *note) function in typeref:typename:unsigned
H A Ddisk_cache.h127 _mesa_sha1_update(ctx, build_id_data(note), build_id_length(note));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disk_cache.c45 assert(note && build_id_length(note) == 20); /* sha1 */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_disk_cache.c196 assert(note && build_id_length(note) == 20); /* sha1 */
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_disk_cache.c57 assert(note && build_id_length(note) == 20); /* sha1 */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c251 assert(note && build_id_length(note) == 20); /* sha1 */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_disk_cache.c279 assert(note && build_id_length(note) == 20); /* sha1 */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c55 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note));
H A Dbrw_disk_cache.c391 assert(note && build_id_length(note) == 20 /* sha1 */);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program_binary.c55 _mesa_sha1_update(&ctx, build_id_data(note), build_id_length(note));
H A Dbrw_disk_cache.c405 assert(note && build_id_length(note) == 20 /* sha1 */);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.7.rst43 build_id_length related
H A D18.1.0.rst94 build_id_length related
H A D18.0.0.rst278 build_id_length related
H A D18.3.0.rst233 - build_id.c:126: multiple definition of \`build_id_length'
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_screen.c914 unsigned build_id_len = build_id_length(note);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c627 unsigned build_id_len = build_id_length(note);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c269 unsigned build_id_len = build_id_length(note);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c560 unsigned build_id_len = build_id_length(note);

Completed in 72 milliseconds