Home | History | Annotate | Download | only in glsl

Lines Matching full:orig_name

1565    const char *orig_name;
1568 * The name of the variable, parsed from orig_name.
1573 * True if the declaration in orig_name represents an array.
1578 * If is_subscripted is true, the subscript that was specified in orig_name.
1642 this->orig_name = input;
1741 this->orig_name, this->array_subscript,
1768 this->orig_name, this->var_name);
1791 this->orig_name);
1816 this->orig_name);
1894 info->Varyings[info->NumVarying].Name = ralloc_strdup(prog, this->orig_name);