summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_ir.h
diff options
context:
space:
mode:
authorQiang Yu <yuq825@gmail.com>2023-01-15 19:04:18 +0800
committerMarge Bot <emma+marge@anholt.net>2023-02-03 12:27:44 +0000
commited419f46aae254c3e0df25092d823e3310957da1 (patch)
tree94e1a2e8dd00cd8c9c31151108c7c6dfb56467f0 /src/amd/compiler/aco_ir.h
parentf6b194b6483cdc4d0bba8652017e20cfba66ceff (diff)
downloadmesa-ed419f46aae254c3e0df25092d823e3310957da1.tar.gz
aco: remove early_rast wait insert
It's done in nir position export. Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20691>
Diffstat (limited to 'src/amd/compiler/aco_ir.h')
-rw-r--r--src/amd/compiler/aco_ir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/compiler/aco_ir.h b/src/amd/compiler/aco_ir.h
index baf64b04267..1ae5cf35b85 100644
--- a/src/amd/compiler/aco_ir.h
+++ b/src/amd/compiler/aco_ir.h
@@ -2168,7 +2168,6 @@ public:
uint16_t min_waves = 0;
unsigned workgroup_size; /* if known; otherwise UINT_MAX */
bool wgp_mode;
- bool early_rast = false; /* whether rasterization can start as soon as the 1st DONE pos export */
bool needs_vcc = false;