Searched refs:GstVulkanCommandBuffer (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkcommandbuffer.h | 45 typedef struct _GstVulkanCommandBuffer GstVulkanCommandBuffer; typedef 80 static inline GstVulkanCommandBuffer* gst_vulkan_command_buffer_ref(GstVulkanCommandBuffer* cmd); 81 static inline GstVulkanCommandBuffer * 82 gst_vulkan_command_buffer_ref (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_ref() 84 return (GstVulkanCommandBuffer *) gst_mini_object_ref (GST_MINI_OBJECT_CAST (cmd)); in gst_vulkan_command_buffer_ref() 96 static inline void gst_vulkan_command_buffer_unref(GstVulkanCommandBuffer* cmd); 98 gst_vulkan_command_buffer_unref (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_unref() 118 gst_clear_vulkan_command_buffer (GstVulkanCommandBuffer ** cmd_ptr) in gst_clear_vulkan_command_buffer() 145 GstVulkanCommandBuffer * gst_vulkan_command_buffer_new_wrapped (VkCommandBuffer cmd,
|
D | gstvkcommandbuffer.c | 54 gst_vulkan_command_buffer_dispose (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_dispose() 71 gst_vulkan_command_buffer_free (GstVulkanCommandBuffer * cmd) in gst_vulkan_command_buffer_free() 81 gst_vulkan_command_buffer_init (GstVulkanCommandBuffer * cmd, in gst_vulkan_command_buffer_init() 105 GstVulkanCommandBuffer * 109 GstVulkanCommandBuffer *ret; in gst_vulkan_command_buffer_new_wrapped() 111 ret = g_new0 (GstVulkanCommandBuffer, 1); in gst_vulkan_command_buffer_new_wrapped() 117 GST_DEFINE_MINI_OBJECT_TYPE (GstVulkanCommandBuffer, gst_vulkan_command_buffer);
|
D | gstvkcommandpool.c | 77 do_free_buffer (GstVulkanCommandBuffer * cmd_buf) in do_free_buffer() 124 static GstVulkanCommandBuffer * 129 GstVulkanCommandBuffer *buf; in command_alloc() 171 GstVulkanCommandBuffer * 174 GstVulkanCommandBuffer *cmd = NULL; in gst_vulkan_command_pool_create() 205 GstVulkanCommandBuffer * buffer) in gst_vulkan_command_pool_release_buffer()
|
D | gstvkfullscreenquad.h | 126 …screen_quad_fill_command_buffer (GstVulkanFullScreenQuad * self, GstVulkanCommandBuffer * cmd, Gst… 128 …screen_quad_submit (GstVulkanFullScreenQuad * self, GstVulkanCommandBuffer * cmd, Gst…
|
D | gstvkcommandpool-private.h | 29 GstVulkanCommandBuffer * buffer);
|
D | gstvkcommandpool.h | 75 GstVulkanCommandBuffer * gst_vulkan_command_pool_create (GstVulkanCommandPool * pool,
|
D | vulkan_fwd.h | 49 typedef struct _GstVulkanCommandBuffer GstVulkanCommandBuffer; typedef
|
D | gstvkfullscreenquad.c | 1121 GstVulkanCommandBuffer *cmd = NULL; in gst_vulkan_full_screen_quad_draw() 1280 GstVulkanCommandBuffer * cmd, GstVulkanFence * fence, GError ** error) in gst_vulkan_full_screen_quad_fill_command_buffer() 1436 GstVulkanCommandBuffer * cmd, GstVulkanFence * fence, GError ** error) in gst_vulkan_full_screen_quad_submit()
|
D | gstvkswapper.c | 1039 GstBuffer * buffer, GstVulkanCommandBuffer ** cmd_ret, GError ** error) in _build_render_buffer_cmd() 1044 GstVulkanCommandBuffer *cmd_buf; in _build_render_buffer_cmd() 1228 GstVulkanCommandBuffer *cmd_buf = NULL; in _render_buffer_unlocked()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkcommandpool.c | 77 buffer_track_destroy (GstVulkanCommandBuffer * buf, gint * counter) in buffer_track_destroy() 88 GstVulkanCommandBuffer *cmd; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 442 GstVulkanCommandBuffer *cmd_buf; in _buffer_to_image_perform() 769 GstVulkanCommandBuffer *cmd_buf; in _raw_to_image_perform()
|
D | vkdownload.c | 147 GstVulkanCommandBuffer *cmd_buf; in _image_to_raw_perform()
|
D | vkcolorconvert.c | 1210 GstVulkanCommandBuffer *cmd_buf; in gst_vulkan_color_convert_transform()
|
D | vkviewconvert.c | 1912 GstVulkanCommandBuffer *cmd_buf = NULL; in gst_vulkan_view_convert_transform()
|