mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
i965/vs: Assert that ir_triop_lrp was lowered.
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
f78a7ff6b2
commit
428503fcdf
1 changed files with 4 additions and 0 deletions
|
|
@ -1585,6 +1585,10 @@ vec4_visitor::visit(ir_expression *ir)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case ir_triop_lrp:
|
||||||
|
assert(!"not reached: should be handled by lrp_to_arith");
|
||||||
|
break;
|
||||||
|
|
||||||
case ir_quadop_vector:
|
case ir_quadop_vector:
|
||||||
assert(!"not reached: should be handled by lower_quadop_vector");
|
assert(!"not reached: should be handled by lower_quadop_vector");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue