Home | History | Annotate | Download | only in vulkan

Lines Matching defs:note

224    const struct build_id_note *note =
226 if (!note) {
232 unsigned build_id_len = build_id_length(note);
247 _mesa_sha1_update(&sha1_ctx, build_id_data(note), build_id_len);
258 memcpy(device->driver_uuid, build_id_data(note), VK_UUID_SIZE);
1649 /* Note: This only returns whether or not the BO is in use by an i915 GPU.