Home
last modified time | relevance | path

Searched refs:interpolation_modes (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c96 unsigned *interpolation_modes, in st_nir_make_passthrough_shader() argument
119 if (interpolation_modes) in st_nir_make_passthrough_shader()
120 in->data.interpolation = interpolation_modes[i]; in st_nir_make_passthrough_shader()
Dst_nir.h75 unsigned *interpolation_modes,
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstinterpolationcontrolsource.c608 } interpolation_modes[] = { variable
620 static const guint num_interpolation_modes = G_N_ELEMENTS (interpolation_modes);
672 csource->get_value = interpolation_modes[mode].get; in gst_interpolation_control_source_set_interpolation_mode()
673 csource->get_value_array = interpolation_modes[mode].get_value_array; in gst_interpolation_control_source_set_interpolation_mode()