Searched refs:if_blending (Results 1 – 1 of 1) sorted by relevance
289 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE)); in calc_blend_result() local290 f.emit(if_blending); in calc_blend_result()291 if_blending->then_instructions.push_tail(assign(result, src)); in calc_blend_result()293 f.instructions = &if_blending->else_instructions; in calc_blend_result()