Home
last modified time | relevance | path

Searched refs:GstVulkanDescriptorPool (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdescriptorpool.c46 G_DEFINE_TYPE_WITH_CODE (GstVulkanDescriptorPool, gst_vulkan_descriptor_pool,
47 GST_TYPE_OBJECT, G_ADD_PRIVATE (GstVulkanDescriptorPool);
54 gst_vulkan_descriptor_pool_init (GstVulkanDescriptorPool * pool) in gst_vulkan_descriptor_pool_init()
70 GstVulkanDescriptorPool *pool = GST_VULKAN_DESCRIPTOR_POOL (object); in gst_vulkan_descriptor_pool_finalize()
99 GstVulkanDescriptorPool *
103 GstVulkanDescriptorPool *ret; in gst_vulkan_descriptor_pool_new_wrapped()
131 gst_vulkan_descriptor_pool_get_device (GstVulkanDescriptorPool * pool) in gst_vulkan_descriptor_pool_get_device()
147 gst_vulkan_descriptor_pool_get_max_sets (GstVulkanDescriptorPool * pool) in gst_vulkan_descriptor_pool_get_max_sets()
159 descriptor_set_alloc (GstVulkanDescriptorPool * pool, guint n_layouts, in descriptor_set_alloc()
206 gst_vulkan_descriptor_pool_create (GstVulkanDescriptorPool * pool, in gst_vulkan_descriptor_pool_create()
Dgstvkdescriptorpool.h29 … (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_DESCRIPTOR_POOL, GstVulkanDescriptorPool))
70 GstVulkanDescriptorPool * gst_vulkan_descriptor_pool_new_wrapped (GstVulkanDevice * device,
75 GstVulkanDevice * gst_vulkan_descriptor_pool_get_device (GstVulkanDescriptorPool * …
78 GstVulkanDescriptorSet * gst_vulkan_descriptor_pool_create (GstVulkanDescriptorPool * …
83 gsize gst_vulkan_descriptor_pool_get_max_sets (GstVulkanDescriptorPool * …
Dgstvkdescriptorset.h65 GstVulkanDescriptorPool *pool;
129 GstVulkanDescriptorSet * gst_vulkan_descriptor_set_new_wrapped (GstVulkanDescriptorPool * …
Dgstvkdescriptorcache.h47 GstVulkanDescriptorPool *pool;
70 GstVulkanDescriptorCache * gst_vulkan_descriptor_cache_new (GstVulkanDescriptorPool * …
Dgstvkdescriptorset.c96 GstVulkanDescriptorPool * pool, VkDescriptorSet desc_set, guint n_layouts, in gst_vulkan_descriptor_set_init()
126 gst_vulkan_descriptor_set_new_wrapped (GstVulkanDescriptorPool * pool, in gst_vulkan_descriptor_set_new_wrapped()
Dvulkan_fwd.h53 typedef struct _GstVulkanDescriptorPool GstVulkanDescriptorPool; typedef
Dgstvkdescriptorcache.c78 gst_vulkan_descriptor_cache_new (GstVulkanDescriptorPool * pool, in gst_vulkan_descriptor_cache_new()
Dgstvkfullscreenquad.c537 GstVulkanDescriptorPool *ret; in create_descriptor_pool()