Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_xfb_varying.c34 const char *first_dot = strchr(name, '.'); in get_field_name() local
38 if (!first_square_bracket && !first_dot) in get_field_name()
41 (first_dot && first_dot < first_square_bracket))) in get_field_name()
42 name_size = first_dot - name; in get_field_name()