mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
anv/reloc_list: Make valgrind explicitly check relocation data
This commit is contained in:
parent
7a1c4a0ccc
commit
cfdc955fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ anv_reloc_list_add(struct anv_reloc_list *list,
|
|||
entry->presumed_offset = target_bo->offset;
|
||||
entry->read_domains = 0;
|
||||
entry->write_domain = 0;
|
||||
VG(VALGRIND_CHECK_MEM_IS_DEFINED(entry, sizeof(*entry)));
|
||||
|
||||
return target_bo->offset + delta;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue