Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Ashton
mesa
Commits
3aeace0e
Unverified
Commit
3aeace0e
authored
Sep 20, 2021
by
Joshua Ashton
🐸
Browse files
load z because we are cool like that
parent
fc8bb059
Pipeline
#405392
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/amd/common/ac_nir_lower_ngg.c
View file @
3aeace0e
...
...
@@ -1124,6 +1124,7 @@ add_deferred_attribute_culling(nir_builder *b, nir_cf_list *original_extracted_c
nir_ssa_def
*
xy
=
nir_build_load_shared
(
b
,
2
,
32
,
vtx_addr
[
vtx
],
.
align_mul
=
4u
,
.
base
=
lds_es_pos_x
);
pos
[
vtx
][
0
]
=
nir_channel
(
b
,
xy
,
0
);
pos
[
vtx
][
1
]
=
nir_channel
(
b
,
xy
,
1
);
pos
[
vtx
][
2
]
=
nir_channel
(
b
,
xy
,
2
);
}
/* See if the current primitive is accepted */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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