Home
last modified time | relevance | path

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

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