Searched refs:descriptorPool (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_pool.h176 static inline size_t vn_sizeof_vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
183 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool);
191 static inline void vn_encode_vkDestroyDescriptorPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
199 vn_encode_VkDescriptorPool(enc, &descriptorPool);
204 static inline size_t vn_sizeof_vkDestroyDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
210 /* skip descriptorPool */
216 static inline void vn_decode_vkDestroyDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) argument
223 /* skip descriptorPool */
227 static inline size_t vn_sizeof_vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags) argument
234 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool);
240 vn_encode_vkResetDescriptorPool(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
252 vn_sizeof_vkResetDescriptorPool_reply(VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
266 vn_decode_vkResetDescriptorPool_reply(struct vn_cs_decoder * dec,VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
302 vn_submit_vkDestroyDescriptorPool(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkDescriptorPool descriptorPool,const VkAllocationCallbacks * pAllocator,struct vn_instance_submit_command * submit) argument
323 vn_submit_vkResetDescriptorPool(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags,struct vn_instance_submit_command * submit) argument
366 vn_call_vkDestroyDescriptorPool(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,const VkAllocationCallbacks * pAllocator) argument
379 vn_async_vkDestroyDescriptorPool(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,const VkAllocationCallbacks * pAllocator) argument
385 vn_call_vkResetDescriptorPool(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
401 vn_async_vkResetDescriptorPool(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
[all...]
H A Dvn_protocol_driver_descriptor_set.h116 size += vn_sizeof_VkDescriptorPool(&val->descriptorPool);
167 vn_encode_VkDescriptorPool(enc, &val->descriptorPool);
477 static inline size_t vn_sizeof_vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
484 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool);
497 static inline void vn_encode_vkFreeDescriptorSets(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
505 vn_encode_VkDescriptorPool(enc, &descriptorPool);
516 static inline size_t vn_sizeof_vkFreeDescriptorSets_reply(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
524 /* skip descriptorPool */
531 static inline VkResult vn_decode_vkFreeDescriptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets) argument
540 /* skip descriptorPool */
648 vn_submit_vkFreeDescriptorSets(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,VkDescriptorPool descriptorPool,uint32_t descriptorSetCount,const VkDescriptorSet * pDescriptorSets,struct vn_instance_submit_command * submit) argument
712 vn_call_vkFreeDescriptorSets(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,uint32_t descriptorSetCount,const VkDescriptorSet * pDescriptorSets) argument
728 vn_async_vkFreeDescriptorSets(struct vn_instance * vn_instance,VkDevice device,VkDescriptorPool descriptorPool,uint32_t descriptorSetCount,const VkDescriptorSet * pDescriptorSets) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c418 VkDescriptorPool descriptorPool,
422 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool);
435 TU_FROM_HANDLE(tu_descriptor_pool, pool, pAllocateInfo->descriptorPool);
444 VkDescriptorPool descriptorPool,
449 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool);
417 tu_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
443 tu_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.c273 VkDescriptorPool descriptorPool,
278 vn_descriptor_pool_from_handle(descriptorPool);
290 vn_async_vkDestroyDescriptorPool(dev->instance, device, descriptorPool,
370 VkDescriptorPool descriptorPool,
375 vn_descriptor_pool_from_handle(descriptorPool);
378 vn_async_vkResetDescriptorPool(dev->instance, device, descriptorPool,
399 vn_descriptor_pool_from_handle(pAllocateInfo->descriptorPool);
511 VkDescriptorPool descriptorPool,
517 vn_descriptor_pool_from_handle(descriptorPool);
520 vn_async_vkFreeDescriptorSets(dev->instance, device, descriptorPool,
272 vn_DestroyDescriptorPool(VkDevice device,VkDescriptorPool descriptorPool,const VkAllocationCallbacks * pAllocator) argument
369 vn_ResetDescriptorPool(VkDevice device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
510 vn_FreeDescriptorSets(VkDevice device,VkDescriptorPool descriptorPool,uint32_t descriptorSetCount,const VkDescriptorSet * pDescriptorSets) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c517 VkDescriptorPool descriptorPool,
521 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool);
824 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
842 v3dv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
854 VkDescriptorPool descriptorPool,
859 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool);
516 v3dv_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
853 v3dv_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
H A Dv3dv_meta_copy.c1518 .descriptorPool = cmd_buffer->meta.texel_buffer_copy.dspool,
1528 info.descriptorPool = cmd_buffer->meta.texel_buffer_copy.dspool;
3739 .descriptorPool = cmd_buffer->meta.blit.dspool,
3749 info.descriptorPool = cmd_buffer->meta.blit.dspool;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c706 VkDescriptorPool descriptorPool,
710 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool);
731 TU_FROM_HANDLE(tu_descriptor_pool, pool, pAllocateInfo->descriptorPool);
764 tu_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
775 VkDescriptorPool descriptorPool,
780 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool);
705 tu_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
774 tu_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c434 VkDescriptorPool descriptorPool,
439 VK_FROM_HANDLE(panvk_descriptor_pool, pool, descriptorPool);
433 panvk_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
H A Dpanvk_vX_descriptor_set.c121 VK_FROM_HANDLE(panvk_descriptor_pool, pool, pAllocateInfo->descriptorPool);
140 panvk_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, i, pDescriptorSets);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c863 radv_ResetDescriptorPool(VkDevice _device, VkDescriptorPool descriptorPool, argument
867 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool);
887 RADV_FROM_HANDLE(radv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
919 radv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, i, pDescriptorSets);
928 radv_FreeDescriptorSets(VkDevice _device, VkDescriptorPool descriptorPool, uint32_t count, argument
932 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c742 VkDescriptorPool descriptorPool,
746 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool);
767 RADV_FROM_HANDLE(radv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
800 radv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
811 VkDescriptorPool descriptorPool,
816 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool);
740 radv_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
809 radv_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_descriptor_set.c779 VkDescriptorPool descriptorPool,
783 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool);
1020 ANV_FROM_HANDLE(anv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
1038 anv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
1046 VkDescriptorPool descriptorPool,
1051 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool);
777 anv_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
1044 anv_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_descriptor_set.c925 VkDescriptorPool descriptorPool,
929 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool);
1187 ANV_FROM_HANDLE(anv_descriptor_pool, pool, pAllocateInfo->descriptorPool);
1216 anv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
1224 VkDescriptorPool descriptorPool,
1229 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool);
923 anv_ResetDescriptorPool(VkDevice _device,VkDescriptorPool descriptorPool,VkDescriptorPoolResetFlags flags) argument
1222 anv_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c316 LVP_FROM_HANDLE(lvp_descriptor_pool, pool, pAllocateInfo->descriptorPool);
334 lvp_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool,
342 VkDescriptorPool descriptorPool,
340 lvp_FreeDescriptorSets(VkDevice _device,VkDescriptorPool descriptorPool,uint32_t count,const VkDescriptorSet * pDescriptorSets) argument
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2622 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
2982 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
2983 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
2985 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
3457 VkDescriptorPool descriptorPool,
3462 VkDescriptorPool descriptorPool,
3472 VkDescriptorPool descriptorPool,
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3265 VkDescriptorPool descriptorPool; member in struct:VkDescriptorSetAllocateInfo
3554 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
3555 typedef VkResult (VKAPI_PTR *PFN_vkResetDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags);
3557 typedef VkResult (VKAPI_PTR *PFN_vkFreeDescriptorSets)(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets);
4029 VkDescriptorPool descriptorPool,
4034 VkDescriptorPool descriptorPool,
4044 VkDescriptorPool descriptorPool,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1209 alloc_info.descriptorPool = data->descriptor_pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_descriptors.c616 dsai.descriptorPool = pool;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1490 alloc_info.descriptorPool = data->descriptor_pool;

Completed in 140 milliseconds