Searched refs:_pool (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_query.c56 VkQueryPool _pool,
60 TU_FROM_HANDLE(tu_query_pool, pool, _pool);
55 tu_DestroyQueryPool(VkDevice _device,VkQueryPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dtu_descriptor_set.c411 VkDescriptorPool _pool,
410 tu_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_query.c38 VkQueryPool _pool,
37 panvk_DestroyQueryPool(VkDevice _device,VkQueryPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dpanvk_descriptor_set.c400 VkDescriptorPool _pool,
404 VK_FROM_HANDLE(panvk_descriptor_pool, pool, _pool);
412 VkDescriptorPool _pool,
415 VK_FROM_HANDLE(panvk_descriptor_pool, pool, _pool);
399 panvk_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
411 panvk_ResetDescriptorPool(VkDevice _device,VkDescriptorPool _pool,VkDescriptorPoolResetFlags flags) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_query.c74 VkQueryPool _pool,
78 LVP_FROM_HANDLE(lvp_query_pool, pool, _pool);
72 lvp_DestroyQueryPool(VkDevice _device,VkQueryPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dlvp_descriptor_set.c515 VkDescriptorPool _pool,
519 LVP_FROM_HANDLE(lvp_descriptor_pool, pool, _pool);
521 if (!_pool)
531 VkDescriptorPool _pool,
535 LVP_FROM_HANDLE(lvp_descriptor_pool, pool, _pool);
513 lvp_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
529 lvp_ResetDescriptorPool(VkDevice _device,VkDescriptorPool _pool,VkDescriptorPoolResetFlags flags) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_query.c139 VkQueryPool _pool,
143 ANV_FROM_HANDLE(anv_query_pool, pool, _pool);
H A Danv_descriptor_set.c752 VkDescriptorPool _pool,
756 ANV_FROM_HANDLE(anv_descriptor_pool, pool, _pool);
750 anv_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c492 VkDescriptorPool _pool,
496 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, _pool);
491 v3dv_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dv3dv_meta_copy.c1486 const VkDescriptorPool _pool = cmd_buffer->meta.texel_buffer_copy.dspool; local in function:create_texel_buffer_copy_descriptor_pool
1489 cmd_buffer, (uintptr_t) _pool,
1493 v3dv_descriptor_pool_from_handle(_pool);
3707 const VkDescriptorPool _pool = cmd_buffer->meta.blit.dspool; local in function:create_blit_descriptor_pool
3710 cmd_buffer, (uintptr_t) _pool,
3714 v3dv_descriptor_pool_from_handle(_pool);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c679 VkDescriptorPool _pool,
683 TU_FROM_HANDLE(tu_descriptor_pool, pool, _pool);
678 tu_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dtu_query.c347 VkQueryPool _pool,
351 TU_FROM_HANDLE(tu_query_pool, pool, _pool);
346 tu_DestroyQueryPool(VkDevice _device,VkQueryPool _pool,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c236 VkQueryPool _pool,
240 ANV_FROM_HANDLE(anv_query_pool, pool, _pool);
H A Danv_descriptor_set.c900 VkDescriptorPool _pool,
904 ANV_FROM_HANDLE(anv_descriptor_pool, pool, _pool);
898 anv_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c850 radv_DestroyDescriptorPool(VkDevice _device, VkDescriptorPool _pool, argument
854 RADV_FROM_HANDLE(radv_descriptor_pool, pool, _pool);
H A Dradv_query.c980 radv_DestroyQueryPool(VkDevice _device, VkQueryPool _pool, const VkAllocationCallbacks *pAllocator) argument
983 RADV_FROM_HANDLE(radv_query_pool, pool, _pool);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c720 VkDescriptorPool _pool,
724 RADV_FROM_HANDLE(radv_descriptor_pool, pool, _pool);
718 radv_DestroyDescriptorPool(VkDevice _device,VkDescriptorPool _pool,const VkAllocationCallbacks * pAllocator) argument
H A Dradv_query.c1094 VkQueryPool _pool,
1098 RADV_FROM_HANDLE(radv_query_pool, pool, _pool);
1092 radv_DestroyQueryPool(VkDevice _device,VkQueryPool _pool,const VkAllocationCallbacks * pAllocator) argument

Completed in 39 milliseconds