intel/fs: Allow CLUSTER_BROADCAST to do type conversion
authorJason Ekstrand <jason@jlekstrand.net>
Tue, 4 Jun 2019 16:45:50 +0000 (11:45 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 20 Sep 2019 18:02:15 +0000 (18:02 +0000)
commit651725f7a154e9b33093a2d725a0c2581fbd5480
tree246acdda20b27f509fbad4a2953d2a3f075c7186
parent3515c0e9cfce67af442a3de4dbe9bb7f487aaeb5
intel/fs: Allow CLUSTER_BROADCAST to do type conversion

We can't really handle it in the little-core 64-bit case but it's not
really needed there.  Where we really want this is for when we need to
do 16 -> 8-bit conversions.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
src/intel/compiler/brw_fs_generator.cpp