Searched refs:GstVulkanCommandPool (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkcommandpool.c | 52 G_DEFINE_TYPE_WITH_CODE (GstVulkanCommandPool, gst_vulkan_command_pool, 53 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstVulkanCommandPool); 60 gst_vulkan_command_pool_init (GstVulkanCommandPool * pool) in gst_vulkan_command_pool_init() 85 GstVulkanCommandPool *pool = GST_VULKAN_COMMAND_POOL (object); in gst_vulkan_command_pool_finalize() 117 gst_vulkan_command_pool_get_queue (GstVulkanCommandPool * pool) in gst_vulkan_command_pool_get_queue() 125 command_alloc (GstVulkanCommandPool * pool, GError ** error) in command_alloc() 153 gst_vulkan_command_pool_can_reset (GstVulkanCommandPool * pool) in gst_vulkan_command_pool_can_reset() 172 gst_vulkan_command_pool_create (GstVulkanCommandPool * pool, GError ** error) in gst_vulkan_command_pool_create() 204 gst_vulkan_command_pool_release_buffer (GstVulkanCommandPool * pool, in gst_vulkan_command_pool_release_buffer() 249 gst_vulkan_command_pool_lock (GstVulkanCommandPool * pool) in gst_vulkan_command_pool_lock() [all …]
|
D | gstvkcommandpool.h | 27 …(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_COMMAND_POOL, GstVulkanCommandPool)) 69 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GstVulkanCommandPool, gst_object_unref) 72 GstVulkanQueue * gst_vulkan_command_pool_get_queue (GstVulkanCommandPool * pool); 75 GstVulkanCommandBuffer * gst_vulkan_command_pool_create (GstVulkanCommandPool * pool, 79 void gst_vulkan_command_pool_lock (GstVulkanCommandPool * pool); 81 void gst_vulkan_command_pool_unlock (GstVulkanCommandPool * pool);
|
D | gstvkcommandpool-private.h | 28 void gst_vulkan_command_pool_release_buffer (GstVulkanCommandPool * pool,
|
D | gstvkqueue.c | 121 GstVulkanCommandPool * 124 GstVulkanCommandPool *pool; in gst_vulkan_queue_create_command_pool()
|
D | gstvkcommandbuffer.h | 63 GstVulkanCommandPool *pool;
|
D | gstvkcommandbuffer.c | 56 GstVulkanCommandPool *pool; in gst_vulkan_command_buffer_dispose()
|
D | gstvkqueue.h | 87 GstVulkanCommandPool * gst_vulkan_queue_create_command_pool (GstVulkanQueue * queue,
|
D | gstvkswapper.h | 67 GstVulkanCommandPool *cmd_pool;
|
D | vulkan_fwd.h | 45 typedef struct _GstVulkanCommandPool GstVulkanCommandPool; typedef
|
D | gstvkfullscreenquad.h | 79 GstVulkanCommandPool *cmd_pool;
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkcommandpool.c | 55 GstVulkanCommandPool *pool = in GST_START_TEST() 86 GstVulkanCommandPool *pool = in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 379 GstVulkanCommandPool *cmd_pool; 698 GstVulkanCommandPool *cmd_pool;
|
D | vkdownload.c | 88 GstVulkanCommandPool *cmd_pool;
|