Searched refs:GstVulkanFence (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfence.c | 55 gst_vulkan_fence_dispose (GstVulkanFence * fence) in gst_vulkan_fence_dispose() 72 gst_vulkan_fence_free (GstVulkanFence * fence) in gst_vulkan_fence_free() 96 GstVulkanFence * 100 GstVulkanFence *fence; in gst_vulkan_fence_new() 107 fence = g_new0 (GstVulkanFence, 1); in gst_vulkan_fence_new() 136 GstVulkanFence * 139 GstVulkanFence *fence; in gst_vulkan_fence_new_always_signalled() 145 fence = g_new0 (GstVulkanFence, 1); in gst_vulkan_fence_new_always_signalled() 166 gst_vulkan_fence_is_signaled (GstVulkanFence * fence) in gst_vulkan_fence_is_signaled() 177 gst_vulkan_fence_reset (GstVulkanFence * fence) in gst_vulkan_fence_reset() [all …]
|
D | gstvkfence.h | 42 #define GST_VULKAN_FENCE_CAST(f) ((GstVulkanFence *) f) 73 GstVulkanFence * gst_vulkan_fence_new (GstVulkanDevice * device, 76 void gst_vulkan_fence_reset (GstVulkanFence * fence); 79 GstVulkanFence * gst_vulkan_fence_new_always_signalled (GstVulkanDevice *device); 82 gboolean gst_vulkan_fence_is_signaled (GstVulkanFence * fence); 84 static inline GstVulkanFence * 85 gst_vulkan_fence_ref (GstVulkanFence * fence) in gst_vulkan_fence_ref() 91 gst_vulkan_fence_unref (GstVulkanFence * fence) in gst_vulkan_fence_unref() 144 #define gst_vulkan_fence_cache_acquire(o,e) (GstVulkanFence *) gst_vulkan_handle_pool_acquire (GST_…
|
D | gstvktrash.h | 48 GstVulkanFence *fence; 102 GstVulkanTrash * gst_vulkan_trash_new (GstVulkanFence * fence, 112 GstVulkanTrash * gst_vulkan_trash_new_free_semaphore (GstVulkanFence * fence, 126 gst_vulkan_trash_new_object_unref (GstVulkanFence * fence, GstObject * object) in gst_vulkan_trash_new_object_unref() 144 gst_vulkan_trash_new_mini_object_unref (GstVulkanFence * fence, GstMiniObject * object) in gst_vulkan_trash_new_mini_object_unref() 248 GstVulkanFence * fence,
|
D | gstvkfullscreenquad.h | 82 GstVulkanFence *last_fence; 124 …ull_screen_quad_prepare_draw (GstVulkanFullScreenQuad * self, GstVulkanFence * fence, GErro… 126 …uffer (GstVulkanFullScreenQuad * self, GstVulkanCommandBuffer * cmd, GstVulkanFence * fence, GErro… 128 … (GstVulkanFullScreenQuad * self, GstVulkanCommandBuffer * cmd, GstVulkanFence * fence, GErro… 133 GstVulkanFence * gst_vulkan_full_screen_quad_get_last_fence (GstVulkanFullScreenQuad * self…
|
D | gstvktrash.c | 100 gst_vulkan_trash_init (GstVulkanTrash * trash, GstVulkanFence * fence, in gst_vulkan_trash_init() 132 gst_vulkan_trash_new (GstVulkanFence * fence, GstVulkanTrashNotify notify, in gst_vulkan_trash_new() 178 G_PASTE(gst_vulkan_trash_new_free_,type_name) (GstVulkanFence * fence, \ 216 G_PASTE(gst_vulkan_trash_new_free_,type_name) (GstVulkanFence * fence, \ 385 GstVulkanFence * fence, GstVulkanTrashNotify notify, gpointer user_data) in gst_vulkan_trash_list_acquire()
|
D | gstvkfullscreenquad.c | 625 GstVulkanFence * 637 GstVulkanFence *last_fence = \ 665 GstVulkanFence *last_fence = in clear_shaders() 687 GstVulkanFence *last_fence = in clear_uniform_data() 705 GstVulkanFence *last_fence = in clear_index_data() 723 GstVulkanFence *last_fence = in clear_vertex_data() 739 GstVulkanFence *last_fence = in clear_render_pass() 755 GstVulkanFence *last_fence = in destroy_pipeline() 1122 GstVulkanFence *fence = NULL; in gst_vulkan_full_screen_quad_draw() 1193 GstVulkanFence * fence, GError ** error) in gst_vulkan_full_screen_quad_prepare_draw() [all …]
|
D | vulkan_fwd.h | 69 typedef struct _GstVulkanFence GstVulkanFence; typedef
|
D | gstvkdevice.h | 144 GstVulkanFence * gst_vulkan_device_create_fence (GstVulkanDevice * device,
|
D | gstvkdevice.c | 636 GstVulkanFence *
|
D | gstvkswapper.c | 1226 GstVulkanFence *fence = NULL; in _render_buffer_unlocked()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 586 GstVulkanFence *fence; in _buffer_to_image_perform() 971 GstVulkanFence *fence; in _raw_to_image_perform()
|
D | vkdownload.c | 295 GstVulkanFence *fence; in _image_to_raw_perform()
|
D | vkcolorconvert.c | 1209 GstVulkanFence *fence = NULL; in gst_vulkan_color_convert_transform()
|
D | vkviewconvert.c | 1913 GstVulkanFence *fence = NULL; in gst_vulkan_view_convert_transform()
|