Searched refs:pCommandPool (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_command_pool.h69 static inline size_t vn_sizeof_vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) argument
82 cmd_size += vn_sizeof_simple_pointer(pCommandPool);
83 if (pCommandPool)
84 cmd_size += vn_sizeof_VkCommandPool(pCommandPool);
89 static inline void vn_encode_vkCreateCommandPool(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) argument
101 if (vn_encode_simple_pointer(enc, pCommandPool))
102 vn_encode_VkCommandPool(enc, pCommandPool);
105 static inline size_t vn_sizeof_vkCreateCommandPool_reply(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) argument
115 cmd_size += vn_sizeof_simple_pointer(pCommandPool);
116 if (pCommandPool)
122 vn_decode_vkCreateCommandPool_reply(struct vn_cs_decoder * dec,VkDevice device,const VkCommandPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkCommandPool * pCommandPool) argument
295 vn_submit_vkCreateCommandPool(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkCommandPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkCommandPool * pCommandPool,struct vn_instance_submit_command * submit) argument
379 vn_call_vkCreateCommandPool(struct vn_instance * vn_instance,VkDevice device,const VkCommandPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkCommandPool * pCommandPool) argument
395 vn_async_vkCreateCommandPool(struct vn_instance * vn_instance,VkDevice device,const VkCommandPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkCommandPool * pCommandPool) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_command_buffer.c436 VkCommandPool *pCommandPool)
458 *pCommandPool = pool_handle;
433 vn_CreateCommandPool(VkDevice device,const VkCommandPoolCreateInfo * pCreateInfo,const VkAllocationCallbacks * pAllocator,VkCommandPool * pCommandPool) argument
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2992 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool);
3514 VkCommandPool* pCommandPool);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h3564 typedef VkResult (VKAPI_PTR *PFN_vkCreateCommandPool)(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool);
4086 VkCommandPool* pCommandPool);

Completed in 101 milliseconds