Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Faye-Lund
mesa
Commits
7a7ec410
Commit
7a7ec410
authored
Aug 20, 2020
by
Jesse Natalie
Committed by
Erik Faye-Lund
Oct 28, 2020
Browse files
Revert "microsoft/clc: Add size_lod image intrinsic"
This reverts commit
d9d4a1ae
.
parent
e6435c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compiler/nir/nir_intrinsics.py
View file @
7a7ec410
...
...
@@ -409,7 +409,6 @@ image("atomic_exchange", src_comp=[4, 1, 1], dest_comp=1)
image
(
"atomic_comp_swap"
,
src_comp
=
[
4
,
1
,
1
,
1
],
dest_comp
=
1
)
image
(
"atomic_fadd"
,
src_comp
=
[
1
,
4
,
1
,
1
],
dest_comp
=
1
)
image
(
"size"
,
dest_comp
=
0
,
flags
=
[
CAN_ELIMINATE
,
CAN_REORDER
])
image
(
"size_lod"
,
src_comp
=
[
1
],
dest_comp
=
0
,
flags
=
[
CAN_ELIMINATE
,
CAN_REORDER
])
image
(
"samples"
,
dest_comp
=
1
,
flags
=
[
CAN_ELIMINATE
,
CAN_REORDER
])
image
(
"atomic_inc_wrap"
,
src_comp
=
[
4
,
1
,
1
],
dest_comp
=
1
)
image
(
"atomic_dec_wrap"
,
src_comp
=
[
4
,
1
,
1
],
dest_comp
=
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment