diff options
author | Kenneth Graunke <[email protected]> | 2015-02-04 21:17:55 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2015-02-05 20:00:42 -0800 |
commit | 10d8a1a88ef2bf80d43e0d876873cf18603798c0 (patch) | |
tree | 7fdf295694d351e5cb679a59ea7640eaec9a44df /include | |
parent | a338dc01866ce50bf7555ee8dc08491c7f63b585 (diff) |
i965/fs: Delete is_last_send(); just check inst->eot.
This helper function basically just checks inst->eot, but also asserts
that only opcodes we expect to terminate threads have EOT set. As far
as I'm aware, we've never had such a bug.
Removing it means that we don't have to extend the list for new opcodes.
Cherryview and Skylake introduce an optimization where sampler messages
can have EOT set; scalar GS/HS/DS will likely introduce new opcodes as
well.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Ben Widawsky <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions