mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
nir/algebraic: support CL vector accessors
Signed-off-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19150>
This commit is contained in:
parent
1d6014f267
commit
f27e2234e1
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class Constant(Value):
|
|||
_var_name_re = re.compile(r"(?P<const>#)?(?P<name>\w+)"
|
||||
r"(?:@(?P<type>int|uint|bool|float)?(?P<bits>\d+)?)?"
|
||||
r"(?P<cond>\([^\)]+\))?"
|
||||
r"(?P<swiz>\.[xyzw]+)?"
|
||||
r"(?P<swiz>\.[xyzwabcdefghijklmnop]+)?"
|
||||
r"$")
|
||||
|
||||
class Variable(Value):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue