Home | History | Annotate | Download | only in glsl

Lines Matching refs:cond_val

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