mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
nvk: Call nir_lower_input_attachments
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
da0ad121bf
commit
2d108bb672
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ nvk_lower_nir(struct nvk_device *device, nir_shader *nir,
|
|||
if (nir->info.stage == MESA_SHADER_FRAGMENT) {
|
||||
NIR_PASS(_, nir, nir_shader_instructions_pass, lower_fragcoord_instr,
|
||||
nir_metadata_block_index | nir_metadata_dominance, NULL);
|
||||
NIR_PASS(_, nir, nir_lower_input_attachments,
|
||||
&(nir_input_attachment_options) { });
|
||||
}
|
||||
|
||||
nir_lower_compute_system_values_options csv_options = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue