Home | History | Annotate | Download | only in glsl

Lines Matching full:has_value

97 	 return new(ctx) ir_constant(op[0]->has_value(op[1]));
99 return new(ctx) ir_constant(!op[0]->has_value(op[1]));
684 data.b[0] = op[0]->has_value(op[1]);
687 data.b[0] = !op[0]->has_value(op[1]);