HomeSort by relevance Sort by last modified time
    Searched refs:at_param (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
program_parser.h 34 at_param, enumerator in enum:asm_type
program_parse.y 786 } else if ((s->type != at_param) && (s->type != at_temp)
790 } else if ((s->type == at_param) && s->param_is_array) {
800 case at_param:
903 } else if ((s->type != at_param) || !s->param_is_array) {
1216 declare_variable(state, $2, at_param, & @2);
    [all...]

Completed in 65 milliseconds