/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_descriptor_pool.h | 193 static inline size_t vn_sizeof_vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in vn_sizeof_vkCreateDescriptorPool() argument 206 cmd_size += vn_sizeof_simple_pointer(pDescriptorPool); in vn_sizeof_vkCreateDescriptorPool() 207 if (pDescriptorPool) in vn_sizeof_vkCreateDescriptorPool() 208 cmd_size += vn_sizeof_VkDescriptorPool(pDescriptorPool); in vn_sizeof_vkCreateDescriptorPool() 213 static inline void vn_encode_vkCreateDescriptorPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in vn_encode_vkCreateDescriptorPool() argument 225 if (vn_encode_simple_pointer(enc, pDescriptorPool)) in vn_encode_vkCreateDescriptorPool() 226 vn_encode_VkDescriptorPool(enc, pDescriptorPool); in vn_encode_vkCreateDescriptorPool() 229 static inline size_t vn_sizeof_vkCreateDescriptorPool_reply(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) in vn_sizeof_vkCreateDescriptorPool_reply() argument 239 cmd_size += vn_sizeof_simple_pointer(pDescriptorPool); in vn_sizeof_vkCreateDescriptorPool_reply() 240 if (pDescriptorPool) in vn_sizeof_vkCreateDescriptorPool_reply() 246 vn_decode_vkCreateDescriptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) vn_decode_vkCreateDescriptorPool_reply() argument 371 vn_submit_vkCreateDescriptorPool(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool, struct vn_instance_submit_command *submit) vn_submit_vkCreateDescriptorPool() argument 434 vn_call_vkCreateDescriptorPool(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) vn_call_vkCreateDescriptorPool() argument 450 vn_async_vkCreateDescriptorPool(struct vn_instance *vn_instance, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) vn_async_vkCreateDescriptorPool() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_descriptor_set.c | 208 VkDescriptorPool *pDescriptorPool) in panvk_CreateDescriptorPool() 263 *pDescriptorPool = panvk_descriptor_pool_to_handle(pool); in panvk_CreateDescriptorPool() 205 panvk_CreateDescriptorPool(VkDevice _device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) panvk_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 548 VkDescriptorPool* pDescriptorPool) in lvp_CreateDescriptorPool() 562 *pDescriptorPool = lvp_descriptor_pool_to_handle(pool); in lvp_CreateDescriptorPool() 544 lvp_CreateDescriptorPool( VkDevice _device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) lvp_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_descriptor_set.c | 277 VkDescriptorPool *pDescriptorPool) in vn_CreateDescriptorPool() 332 *pDescriptorPool = pool_handle; in vn_CreateDescriptorPool() 274 vn_CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vn_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.c | 645 VkDescriptorPool *pDescriptorPool) in tu_CreateDescriptorPool() 730 *pDescriptorPool = tu_descriptor_pool_to_handle(pool); in tu_CreateDescriptorPool() 642 tu_CreateDescriptorPool(VkDevice _device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) tu_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 405 VkDescriptorPool *pDescriptorPool) in v3dv_CreateDescriptorPool() 509 *pDescriptorPool = v3dv_descriptor_pool_to_handle(pool); in v3dv_CreateDescriptorPool() 402 v3dv_CreateDescriptorPool(VkDevice _device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) v3dv_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_descriptor_set.c | 775 VkDescriptorPool *pDescriptorPool) in radv_CreateDescriptorPool() 911 *pDescriptorPool = radv_descriptor_pool_to_handle(pool); in radv_CreateDescriptorPool() 773 radv_CreateDescriptorPool(VkDevice _device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) radv_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_descriptor_set.c | 998 VkDescriptorPool *pDescriptorPool) in pvr_CreateDescriptorPool() 1040 *pDescriptorPool = pvr_descriptor_pool_to_handle(pool); in pvr_CreateDescriptorPool() 995 pvr_CreateDescriptorPool(VkDevice _device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) pvr_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 863 VkDescriptorPool* pDescriptorPool) in anv_CreateDescriptorPool() 971 *pDescriptorPool = anv_descriptor_pool_to_handle(pool); in anv_CreateDescriptorPool() 859 anv_CreateDescriptorPool( VkDevice _device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) anv_CreateDescriptorPool() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 1454 VkDescriptorPool *pDescriptorPool) in dzn_CreateDescriptorPool() 1457 pCreateInfo, pAllocator, pDescriptorPool); in dzn_CreateDescriptorPool() 1451 dzn_CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) dzn_CreateDescriptorPool() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 2256 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) in vkCreateDescriptorPool() argument 2258 TRACE("(VkDevice device = %p, const VkDescriptorPoolCreateInfo* pCreateInfo = %p, const VkAllocationCallbacks* pAllocator = %p, VkDescriptorPool* pDescriptorPool = %p)", in vkCreateDescriptorPool() 2259 device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool() 2268 return vk::DescriptorPool::Create(pAllocator, pCreateInfo, pDescriptorPool); in vkCreateDescriptorPool()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1798 VkDescriptorPool *pDescriptorPool) { in vkCreateDescriptorPool() 1806 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool() 1796 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool) vkCreateDescriptorPool() argument
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2684 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 3099 VkDescriptorPool* pDescriptorPool);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1967 VkDescriptorPool * pDescriptorPool ) const VULKAN_HPP_NOEXCEPT 1969 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool );
|
H A D | vulkan_core.h | 3585 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 4057 VkDescriptorPool* pDescriptorPool);
|
H A D | vulkan_handles.hpp | 8572 VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool,
|
H A D | vulkan_funcs.hpp | 3583 VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, 3591 reinterpret_cast<VkDescriptorPool *>( pDescriptorPool ) ) ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3492 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 3964 VkDescriptorPool* pDescriptorPool);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 3849 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 4321 VkDescriptorPool* pDescriptorPool);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3634 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 4106 VkDescriptorPool* pDescriptorPool);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1495 VkDescriptorPool * pDescriptorPool ) const VULKAN_HPP_NOEXCEPT 1497 return ::vkCreateDescriptorPool( device, pCreateInfo, pAllocator, pDescriptorPool );
|
H A D | vulkan_core.h | 3999 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 4471 VkDescriptorPool* pDescriptorPool);
|
H A D | vulkan_funcs.hpp | 3438 VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool, 3445 reinterpret_cast<VkDescriptorPool *>( pDescriptorPool ) ) ); [all...] |
H A D | vulkan_handles.hpp | 9855 VULKAN_HPP_NAMESPACE::DescriptorPool * pDescriptorPool,
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4976 typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkDescriptorPool * pDescriptorPool);
|