mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
freedreno/ir3: Indentation fix
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31534>
This commit is contained in:
parent
7e9b948430
commit
b877106e75
1 changed files with 3 additions and 3 deletions
|
|
@ -47,10 +47,10 @@ struct ir3_compiler_options {
|
|||
/* True if 8-bit descriptors are available. */
|
||||
bool storage_8bit;
|
||||
|
||||
/* If base_vertex should be lowered in nir */
|
||||
bool lower_base_vertex;
|
||||
/* If base_vertex should be lowered in nir */
|
||||
bool lower_base_vertex;
|
||||
|
||||
bool shared_push_consts;
|
||||
bool shared_push_consts;
|
||||
|
||||
/* "dual_color_blend_by_location" workaround is enabled: */
|
||||
bool dual_color_blend_by_location;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue