Home
last modified time | relevance | path

Searched refs:GstVulkanDescriptorCache (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdescriptorcache.c46 G_DEFINE_TYPE_WITH_CODE (GstVulkanDescriptorCache, gst_vulkan_descriptor_cache,
47 GST_TYPE_VULKAN_HANDLE_POOL, G_ADD_PRIVATE (GstVulkanDescriptorCache);
54 GstVulkanDescriptorCache *cache = GST_VULKAN_DESCRIPTOR_CACHE (object); in gst_vulkan_descriptor_cache_finalize()
77 GstVulkanDescriptorCache *
82 GstVulkanDescriptorCache *ret; in gst_vulkan_descriptor_cache_new()
122 GstVulkanDescriptorCache *desc = GST_VULKAN_DESCRIPTOR_CACHE (pool); in gst_vulkan_descriptor_cache_alloc_impl()
162 gst_vulkan_descriptor_cache_acquire (GstVulkanDescriptorCache * cache, in gst_vulkan_descriptor_cache_acquire()
170 gst_vulkan_descriptor_cache_init (GstVulkanDescriptorCache * cache) in gst_vulkan_descriptor_cache_init()
Dgstvkdescriptorcache.h28 … (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_DESCRIPTOR_CACHE, GstVulkanDescriptorCache))
67 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GstVulkanDescriptorCache, gst_object_unref)
70 GstVulkanDescriptorCache * gst_vulkan_descriptor_cache_new (GstVulkanDescriptorPool * …
75 GstVulkanDescriptorSet * gst_vulkan_descriptor_cache_acquire (GstVulkanDescriptorCache *…
Dgstvkdescriptorset.h66 GstVulkanDescriptorCache *cache;
Dvulkan_fwd.h57 typedef struct _GstVulkanDescriptorCache GstVulkanDescriptorCache; typedef
Dgstvkdescriptorset.c59 GstVulkanDescriptorCache *cache; in gst_vulkan_descriptor_set_dispose()
Dgstvkfullscreenquad.h74 GstVulkanDescriptorCache *descriptor_cache;