Home | History | Annotate | Download | only in glsl

Lines Matching full:cond_val

1824       ir_constant *cond_val = op[0]->constant_expression_value();
1828 && cond_val != NULL) {
1829 result = cond_val->value.b[0] ? op[1] : op[2];