intel/fs: Rename PLACEHOLDER_HALT to HALT_TARGET

It's a bit more explicit and will play more nicely with what we're about
to do.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5071>
This commit is contained in:
Jason Ekstrand
2020-11-19 09:32:27 -06:00
parent f3ad928190
commit e76e359007
9 changed files with 29 additions and 23 deletions

View File

@@ -562,7 +562,7 @@ private:
struct brw_reg dst, struct brw_reg src,
unsigned swiz);
bool patch_discard_jumps_to_fb_writes();
bool patch_halt_jumps();
const struct brw_compiler *compiler;
void *log_data; /* Passed to compiler->*_log functions */