mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965/fs/nir: Mark fallthrough.
This commit is contained in:
parent
54cd2f7c96
commit
5666d9266f
1 changed files with 1 additions and 0 deletions
|
|
@ -1431,6 +1431,7 @@ fs_visitor::nir_emit_intrinsic(nir_intrinsic_instr *instr)
|
|||
|
||||
case nir_intrinsic_load_input_indirect:
|
||||
has_indirect = true;
|
||||
/* fallthrough */
|
||||
case nir_intrinsic_load_input: {
|
||||
unsigned index = 0;
|
||||
for (int i = 0; i < instr->const_index[1]; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue