intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 31 Oct 2018 15:18:21 +0000 (10:18 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Tue, 29 Jan 2019 18:43:55 +0000 (18:43 +0000)
commitcf42b0f9e2d2d612f92b24ec8a5a77ff107b92ab
treea727d21779224591e69fd881a1ac6ff230e6179a
parent009c0bd84020589c21ce25e5a5317abdd63cdb3a
intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()

Like all the other sends, it's just mlen * REG_SIZE.

Fixes: 3cbc02e4693 "intel: Use TXS for image_size when we have..."
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_fs.cpp