Home
last modified time | relevance | path

Searched refs:async_set_allocation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c321 pool->async_set_allocation = in vn_CreateDescriptorPool()
457 assert(pool->async_set_allocation); in vn_descriptor_pool_alloc_descriptors()
526 assert(pool->async_set_allocation); in vn_descriptor_pool_free_descriptors()
552 assert(pool->async_set_allocation); in vn_descriptor_pool_reset_descriptors()
578 if (pool->async_set_allocation) in vn_ResetDescriptorPool()
628 if (pool->async_set_allocation && in vn_AllocateDescriptorSets()
639 if (pool->async_set_allocation) { in vn_AllocateDescriptorSets()
671 if (pool->async_set_allocation) { in vn_AllocateDescriptorSets()
688 if (pool->async_set_allocation) { in vn_AllocateDescriptorSets()
713 assert(!pool->async_set_allocation); in vn_FreeDescriptorSets()
H A Dvn_descriptor_set.h75 bool async_set_allocation; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.0.rst6101 - venus: move async_set_allocation check outside helpers