mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
freedreno/ir3: re-indent comment
Make it more clear that it applies to the following 'case' statements, rather than the previous one. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
1ae0c030cb
commit
91a1354cd6
1 changed files with 4 additions and 4 deletions
|
|
@ -1194,10 +1194,10 @@ emit_intrinsic(struct ir3_context *ctx, nir_intrinsic_instr *intr)
|
|||
}
|
||||
}
|
||||
break;
|
||||
/* All SSBO intrinsics should have been lowered by 'lower_io_offsets'
|
||||
* pass and replaced by an ir3-specifc version that adds the
|
||||
* dword-offset in the last source.
|
||||
*/
|
||||
/* All SSBO intrinsics should have been lowered by 'lower_io_offsets'
|
||||
* pass and replaced by an ir3-specifc version that adds the
|
||||
* dword-offset in the last source.
|
||||
*/
|
||||
case nir_intrinsic_load_ssbo_ir3:
|
||||
ctx->funcs->emit_intrinsic_load_ssbo(ctx, intr, dst);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue