Home
last modified time | relevance | path

Searched refs:vn_cs_handle_store_id (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_handles.h33 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_INSTANCE); in vn_decode_VkInstance()
56 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vn_decode_VkPhysicalDevice()
79 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_DEVICE); in vn_decode_VkDevice()
102 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_QUEUE); in vn_decode_VkQueue()
125 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_COMMAND_BUFFER); in vn_decode_VkCommandBuffer()
148 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_DEVICE_MEMORY); in vn_decode_VkDeviceMemory()
171 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_COMMAND_POOL); in vn_decode_VkCommandPool()
194 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_BUFFER); in vn_decode_VkBuffer()
217 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_BUFFER_VIEW); in vn_decode_VkBufferView()
240 vn_cs_handle_store_id((void **)val, id, VK_OBJECT_TYPE_IMAGE); in vn_decode_VkImage()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_cs.h252 vn_cs_handle_store_id(void **handle, vn_object_id id, VkObjectType type) in vn_cs_handle_store_id() function