mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
iris: Dedent enum iris_depth_reg_mode
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17859>
This commit is contained in:
parent
a75cd15b94
commit
6875e07538
1 changed files with 5 additions and 5 deletions
|
|
@ -1217,11 +1217,11 @@ struct iris_depth_buffer_state {
|
|||
};
|
||||
|
||||
#if GFX_VERx10 == 120
|
||||
enum iris_depth_reg_mode {
|
||||
IRIS_DEPTH_REG_MODE_HW_DEFAULT = 0,
|
||||
IRIS_DEPTH_REG_MODE_D16_1X_MSAA,
|
||||
IRIS_DEPTH_REG_MODE_UNKNOWN,
|
||||
};
|
||||
enum iris_depth_reg_mode {
|
||||
IRIS_DEPTH_REG_MODE_HW_DEFAULT = 0,
|
||||
IRIS_DEPTH_REG_MODE_D16_1X_MSAA,
|
||||
IRIS_DEPTH_REG_MODE_UNKNOWN,
|
||||
};
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue