Home | History | Annotate | Download | only in glsl

Lines Matching refs:arg2

767    ir_rvalue *arg2 = NULL;
770 arg2 = read_rvalue(st, exp2);
771 if (arg2 == NULL) {
778 return new(ctx) ir_expression(op, type, arg1, arg2);