Home | History | Annotate | Download | only in glsl

Lines Matching refs:inner_if

3450       ir_if *inner_if = new(mem_ctx) ir_if(less(x, imm(0.0f)));
3451 inner_if->then_instructions.push_tail(
3455 outer_then.emit(inner_if);