Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp852 nir_variable_mode io_modes = nir_var_uniform | nir_var_shader_in; in r600_shader_from_nir() local
855 io_modes |= nir_var_shader_out; in r600_shader_from_nir()
875 NIR_PASS_V(sel->nir, nir_lower_io, io_modes, r600_glsl_type_size, in r600_shader_from_nir()
886 NIR_PASS_V(sel->nir, nir_io_add_const_offset_to_base, io_modes); in r600_shader_from_nir()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c289 static const GEnumValue io_modes[] = { in gst_v4l2_io_mode_get_type() local
300 v4l2_io_mode = g_enum_register_static ("GstV4l2IOMode", io_modes); in gst_v4l2_io_mode_get_type()