Searched refs:dep_words (Results 1 – 2 of 2) sorted by relevance
95 list->dep_words = other_list->dep_words; in anv_reloc_list_init_clone()97 if (list->dep_words > 0) { in anv_reloc_list_init_clone()99 vk_alloc(alloc, list->dep_words * sizeof(BITSET_WORD), 8, in anv_reloc_list_init_clone()102 list->dep_words * sizeof(BITSET_WORD)); in anv_reloc_list_init_clone()157 if (min_num_words <= list->dep_words) in anv_reloc_list_grow_deps()160 uint32_t new_length = MAX2(32, list->dep_words * 2); in anv_reloc_list_grow_deps()172 memset(list->deps + list->dep_words, 0, in anv_reloc_list_grow_deps()173 (new_length - list->dep_words) * sizeof(BITSET_WORD)); in anv_reloc_list_grow_deps()174 list->dep_words = new_length; in anv_reloc_list_grow_deps()243 if (list->dep_words > 0) in anv_reloc_list_clear()[all …]
1487 uint32_t dep_words; member