mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
agx/lower_address: Remove not used has_offset
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25052>
This commit is contained in:
parent
d97a79a85e
commit
c2b803090b
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
/* Results of pattern matching */
|
||||
struct match {
|
||||
nir_scalar base, offset;
|
||||
bool has_offset;
|
||||
bool sign_extend;
|
||||
|
||||
/* Signed shift. A negative shift indicates that the offset needs ushr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue