Home | History | Annotate | Download | only in glsl

Lines Matching refs:else_val

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