iris: Rename is_render_target to is_dest in a few blit functions
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Nov 2021 00:02:34 +0000 (16:02 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 7 Dec 2021 01:23:56 +0000 (17:23 -0800)
commitb3b63c795f088990aac7cdba54907309ebc85553
tree3967d8e295a75e930ed12b7c4e86bdcbec45cf4e
parent65e343dda38a00b10715731e02938df776ef0000
iris: Rename is_render_target to is_dest in a few blit functions

When targeting the blitter or compute engines, the destination is not
really a render target.  But it's still useful to know whether we're
talking about the source or destination.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14094>
src/gallium/drivers/iris/iris_blit.c