intel/compiler/fs: Return multiple_instructions_emitted from generate_linterp
authorMatt Turner <mattst88@gmail.com>
Wed, 14 Jun 2017 18:06:45 +0000 (11:06 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
commitb5d8781e19559a8f9850f1a900ef93ffa3617faa
tree90348c85f784da276e8a7ea54768ea07c742007b
parentb1afdf9fc121df7e2e757fb9cf0d2c1f37a408ba
intel/compiler/fs: Return multiple_instructions_emitted from generate_linterp

If multiple instructions are emitted, special handling of things like
conditional mod and NoDDClr/NoDDChk need to be performed.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_generator.cpp