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:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user