mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
nir: add cmat_transpose
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34793>
This commit is contained in:
parent
bba4785f60
commit
8c4225b99b
1 changed files with 1 additions and 0 deletions
|
|
@ -1366,6 +1366,7 @@ intrinsic("cmat_bitcast", src_comp=[-1, -1])
|
|||
intrinsic("cmat_extract", src_comp=[-1, 1], dest_comp=1)
|
||||
intrinsic("cmat_insert", src_comp=[-1, 1, -1, 1])
|
||||
intrinsic("cmat_copy", src_comp=[-1, -1])
|
||||
intrinsic("cmat_transpose", src_comp=[-1, -1])
|
||||
|
||||
# IR3-specific version of most SSBO intrinsics. The only different
|
||||
# compare to the originals is that they add an extra source to hold
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue