Home
last modified time | relevance | path

Searched refs:gst_vulkan_create_shader (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkimageidentity.c153 if (!(vert = gst_vulkan_create_shader (vfilter->device, identity_vert, in gst_vulkan_image_identity_start()
156 if (!(frag = gst_vulkan_create_shader (vfilter->device, identity_frag, in gst_vulkan_image_identity_start()
Dvkcolorconvert.c1159 gst_vulkan_create_shader (vfilter->device, identity_vert, in gst_vulkan_color_convert_set_caps()
1164 gst_vulkan_create_shader (vfilter->device, in gst_vulkan_color_convert_set_caps()
Dvkviewconvert.c1847 gst_vulkan_create_shader (vfilter->device, identity_vert, in gst_vulkan_view_convert_start()
1852 gst_vulkan_create_shader (vfilter->device, view_convert_frag, in gst_vulkan_view_convert_start()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkutils.h59 GstVulkanHandle * gst_vulkan_create_shader (GstVulkanDevice * device,
Dgstvkutils.c500 gst_vulkan_create_shader (GstVulkanDevice * device, const gchar * code, in gst_vulkan_create_shader() function