Searched refs:gst_vulkan_create_shader (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkimageidentity.c | 153 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()
|
D | vkcolorconvert.c | 1159 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()
|
D | vkviewconvert.c | 1847 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/ |
D | gstvkutils.h | 59 GstVulkanHandle * gst_vulkan_create_shader (GstVulkanDevice * device,
|
D | gstvkutils.c | 500 gst_vulkan_create_shader (GstVulkanDevice * device, const gchar * code, in gst_vulkan_create_shader() function
|