Lines Matching defs:deps
98 list->deps =
101 memcpy(list->deps, other_list->deps,
104 list->deps = NULL;
116 vk_free(alloc, list->deps);
165 vk_realloc(alloc, list->deps, new_length * sizeof(BITSET_WORD), 8,
169 list->deps = new_deps;
172 memset(list->deps + list->dep_words, 0,
195 BITSET_SET(list->deps, idx);
244 memset(list->deps, 0, list->dep_words * sizeof(BITSET_WORD));
270 list->deps[w] |= other->deps[w];
1258 BITSET_WORD *deps,
1356 relocs->deps, extra_flags);
1367 BITSET_WORD *deps,
1371 BITSET_WORD mask = deps[w];
1703 cmd_buffer->surface_relocs.deps, 0);