mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +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 */
|
/* Results of pattern matching */
|
||||||
struct match {
|
struct match {
|
||||||
nir_scalar base, offset;
|
nir_scalar base, offset;
|
||||||
bool has_offset;
|
|
||||||
bool sign_extend;
|
bool sign_extend;
|
||||||
|
|
||||||
/* Signed shift. A negative shift indicates that the offset needs ushr
|
/* Signed shift. A negative shift indicates that the offset needs ushr
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue