Searched refs:syncobj_array_length (Results 1 – 1 of 1) sorted by relevance
1195 uint32_t syncobj_array_length; member1590 if (exec->syncobj_count >= exec->syncobj_array_length) { in anv_execbuf_add_syncobj()1591 uint32_t new_len = MAX2(exec->syncobj_array_length * 2, 16); in anv_execbuf_add_syncobj()1617 exec->syncobj_array_length = new_len; in anv_execbuf_add_syncobj()1622 vk_zalloc(exec->alloc, exec->syncobj_array_length * in anv_execbuf_add_syncobj()