Home
last modified time | relevance | path

Searched refs:yinvert (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_texcoord_replace.c64 bool yinvert) in nir_lower_texcoord_replace_impl() argument
97 if (yinvert) in nir_lower_texcoord_replace_impl()
143 bool point_coord_is_sysval, bool yinvert) in nir_lower_texcoord_replace() argument
151 point_coord_is_sysval, yinvert); in nir_lower_texcoord_replace()
Dnir.h5438 bool point_coord_is_sysval, bool yinvert);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c89 gboolean yinvert; member
276 yswap = overlay->yinvert ? -1. : 1.; in gst_gl_composition_overlay_add_transformation()
441 gboolean yinvert; member
500 priv->yinvert = DEFAULT_YINVERT; in gst_gl_overlay_compositor_init()
514 priv->yinvert = g_value_get_boolean (value); in gst_gl_overlay_compositor_set_property()
532 g_value_set_boolean (value, priv->yinvert); in gst_gl_overlay_compositor_get_property()
684 overlay->yinvert = priv->yinvert; in gst_gl_overlay_compositor_upload_overlays()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4124 - nir/texcoord_replace: add a yinvert param