Home
last modified time | relevance | path

Searched refs:gst_vulkan_command_pool_create (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkcommandpool.h75 GstVulkanCommandBuffer * gst_vulkan_command_pool_create (GstVulkanCommandPool * pool,
Dgstvkcommandpool.c172 gst_vulkan_command_pool_create (GstVulkanCommandPool * pool, GError ** error) in gst_vulkan_command_pool_create() function
Dgstvkswapper.c1051 if (!(cmd_buf = gst_vulkan_command_pool_create (swapper->cmd_pool, error))) in _build_render_buffer_cmd()
Dgstvkfullscreenquad.c1134 if (!(cmd = gst_vulkan_command_pool_create (self->cmd_pool, error))) in gst_vulkan_full_screen_quad_draw()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkcommandpool.c92 cmd = gst_vulkan_command_pool_create (pool, NULL); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c453 if (!(cmd_buf = gst_vulkan_command_pool_create (raw->cmd_pool, &error))) in _buffer_to_image_perform()
782 if (!(cmd_buf = gst_vulkan_command_pool_create (raw->cmd_pool, &error))) in _raw_to_image_perform()
Dvkdownload.c161 if (!(cmd_buf = gst_vulkan_command_pool_create (raw->cmd_pool, &error))) in _image_to_raw_perform()
Dvkcolorconvert.c1330 gst_vulkan_command_pool_create (conv->quad->cmd_pool, &error))) in gst_vulkan_color_convert_transform()
Dvkviewconvert.c1973 gst_vulkan_command_pool_create (conv->quad->cmd_pool, &error))) in gst_vulkan_view_convert_transform()