Home
last modified time | relevance | path

Searched refs:vn_sizeof_VkDescriptorPool (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_pool.h118 cmd_size += vn_sizeof_VkDescriptorPool(pDescriptorPool); in vn_sizeof_vkCreateDescriptorPool()
151 cmd_size += vn_sizeof_VkDescriptorPool(pDescriptorPool); in vn_sizeof_vkCreateDescriptorPool_reply()
183 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkDestroyDescriptorPool()
234 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkResetDescriptorPool()
Dvn_protocol_driver_descriptor_set.h116 size += vn_sizeof_VkDescriptorPool(&val->descriptorPool); in vn_sizeof_VkDescriptorSetAllocateInfo_self()
484 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkFreeDescriptorSets()
Dvn_protocol_driver_handles.h407 vn_sizeof_VkDescriptorPool(const VkDescriptorPool *val) in vn_sizeof_VkDescriptorPool() function