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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_xfb_varying.cpp119 const char *first_dot = strchr(name, '.'); local in function:get_field_name
123 if (!first_square_bracket && !first_dot)
126 (first_dot && first_dot < first_square_bracket)))
127 name_size = first_dot - name;
H A Dlink_uniforms.cpp50 const char *first_dot = strchr(name, '.'); local in function:get_top_level_name
66 if (!first_square_bracket && !first_dot)
69 (first_dot && first_dot < first_square_bracket)))
70 name_size = first_dot - name;
80 const char *first_dot = strchr(name, '.'); local in function:get_var_name
82 if (!first_dot)
85 return strndup(first_dot+1, strlen(first_dot) - 1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp4209 const char *first_dot = strchr(name, '.'); local in function:get_top_level_name
4225 if (!first_square_bracket && !first_dot)
4228 (first_dot && first_dot < first_square_bracket)))
4229 name_size = first_dot - name;
4239 const char *first_dot = strchr(name, '.'); local in function:get_var_name
4241 if (!first_dot)
4244 return strndup(first_dot+1, strlen(first_dot) - 1);

Completed in 11 milliseconds