Home
last modified time | relevance | path

Searched refs:shader_templ (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c450 static const char shader_templ[] = in util_make_fragment_passthrough_shader() local
459 char text[sizeof(shader_templ)+100]; in util_make_fragment_passthrough_shader()
463 sprintf(text, shader_templ, in util_make_fragment_passthrough_shader()
537 static const char shader_templ[] = in util_make_fs_blit_msaa_gen() local
555 char text[sizeof(shader_templ)+400]; in util_make_fs_blit_msaa_gen()
562 snprintf(text, sizeof(text), shader_templ, type, samp_type, in util_make_fs_blit_msaa_gen()
666 static const char shader_templ[] = in util_make_fs_blit_msaa_depthstencil() local
684 char text[sizeof(shader_templ)+400]; in util_make_fs_blit_msaa_depthstencil()
691 sprintf(text, shader_templ, type, type, in util_make_fs_blit_msaa_depthstencil()
1188 static const char shader_templ[] = in util_make_fs_stencil_blit() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcolorconvert.c142 struct shader_templ struct
177 static const struct shader_templ templ_REORDER =
197 static const struct shader_templ templ_COMPOSE =
212 static const struct shader_templ templ_AYUV_to_RGB =
226 static const struct shader_templ templ_RGB_to_AYUV =
244 static const struct shader_templ templ_PLANAR_YUV_to_RGB =
264 static const struct shader_templ templ_A420_to_RGB =
310 static const struct shader_templ templ_RGB_to_PLANAR_YUV =
329 static const struct shader_templ templ_SEMI_PLANAR_to_RGB =
347 static const struct shader_templ templ_AV12_to_RGB =
[all …]