intel/compiler: Lower flrp32 on Gen11+
The LRP instruction is no more. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -735,7 +735,7 @@ vec4_instruction *
|
||||
vec4_visitor::emit_lrp(const dst_reg &dst,
|
||||
const src_reg &x, const src_reg &y, const src_reg &a)
|
||||
{
|
||||
if (devinfo->gen >= 6) {
|
||||
if (devinfo->gen >= 6 && devinfo->gen <= 10) {
|
||||
/* Note that the instruction's argument order is reversed from GLSL
|
||||
* and the IR.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user