mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01: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;
|
||||
}
|
||||
|
||||
case ir_triop_lrp:
|
||||
assert(!"not reached: should be handled by lrp_to_arith");
|
||||
break;
|
||||
|
||||
case ir_quadop_vector:
|
||||
assert(!"not reached: should be handled by lower_quadop_vector");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue