Home | History | Annotate | Download | only in glsl

Lines Matching refs:then_val

1362       ir_constant *then_val = op[1]->constant_expression_value();
1367 && (cond_val != NULL) && (then_val != NULL) && (else_val != NULL)) {
1368 result = (cond_val->value.b[0]) ? then_val : else_val;