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
Rhys Perry
mesa
Commits
b1afb0ff
Commit
b1afb0ff
authored
Nov 23, 2022
by
Rhys Perry
Browse files
test
parent
46700bec
Pipeline
#746047
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/amd/vulkan/radv_pipeline.c
View file @
b1afb0ff
...
...
@@ -3887,10 +3887,7 @@ radv_postprocess_nir(struct radv_pipeline *pipeline,
NIR_PASS
(
_
,
stage
->
nir
,
nir_lower_subdword_loads
,
(
nir_lower_subdword_options
)
{
.
modes_1_comp
=
nir_var_mem_ubo
,
.
modes_N_comps
=
nir_var_mem_ubo
|
/* TODO: ACO fails VKCTS if we lower SSBOs, but not LLVM. */
(
radv_use_llvm_for_stage
(
device
,
stage
->
stage
)
?
nir_var_mem_ssbo
:
0
)
.
modes_N_comps
=
nir_var_mem_ubo
|
nir_var_mem_ssbo
});
NIR_PASS
(
_
,
stage
->
nir
,
radv_nir_lower_ycbcr_textures
,
pipeline_layout
);
...
...
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