Searched refs:anv_descriptor_pool (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 866 struct anv_descriptor_pool *pool; in anv_CreateDescriptorPool() 982 ANV_FROM_HANDLE(anv_descriptor_pool, pool, _pool); in anv_DestroyDescriptorPool() 1007 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool); in anv_ResetDescriptorPool() 1037 anv_descriptor_pool_alloc_set(struct anv_descriptor_pool *pool, in anv_descriptor_pool_alloc_set() 1069 anv_descriptor_pool_free_set(struct anv_descriptor_pool *pool, in anv_descriptor_pool_free_set() 1090 anv_descriptor_pool_alloc_state(struct anv_descriptor_pool *pool) in anv_descriptor_pool_alloc_state() 1108 anv_descriptor_pool_free_state(struct anv_descriptor_pool *pool, in anv_descriptor_pool_free_state() 1135 struct anv_descriptor_pool *pool, in anv_descriptor_set_create() 1248 struct anv_descriptor_pool *pool, in anv_descriptor_set_destroy() 1280 ANV_FROM_HANDLE(anv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in anv_AllocateDescriptorSets() [all …]
|
D | anv_private.h | 1950 struct anv_descriptor_pool *pool; 2026 struct anv_descriptor_pool { struct 4257 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_descriptor_pool, base, VkDescriptorPool,
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.3.rst | 149 - anv: Clean up anv_descriptor_pool::base on the error path
|
D | 21.1.0.rst | 2780 - anv: Clean up anv_descriptor_pool::base on the error path
|