Home
last modified time | relevance | path

Searched defs:panvk_cmd_pool (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_private.h734 struct panvk_cmd_pool { struct
735 struct vk_command_pool vk;
736 struct list_head active_cmd_buffers;
737 struct list_head free_cmd_buffers;
761 struct panvk_cmd_pool *pool; argument