Home
last modified time | relevance | path

Searched refs:syncobj_array_length (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/
H A Danv_batch_chain.c44 uint32_t syncobj_array_length; member
188 if (exec->syncobj_count >= exec->syncobj_array_length) { in anv_execbuf_add_syncobj()
189 uint32_t new_len = MAX2(exec->syncobj_array_length * 2, 16); in anv_execbuf_add_syncobj()
210 exec->syncobj_array_length = new_len; in anv_execbuf_add_syncobj()
215 vk_zalloc(exec->alloc, exec->syncobj_array_length * in anv_execbuf_add_syncobj()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_batch_chain.c1189 uint32_t syncobj_array_length; member
1578 if (exec->syncobj_count >= exec->syncobj_array_length) { in anv_execbuf_add_syncobj()
1579 uint32_t new_len = MAX2(exec->syncobj_array_length * 2, 16); in anv_execbuf_add_syncobj()
1605 exec->syncobj_array_length = new_len; in anv_execbuf_add_syncobj()
1610 vk_zalloc(exec->alloc, exec->syncobj_array_length * in anv_execbuf_add_syncobj()