ail: Fix typo
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Signed-off-by: Asahi Lina <lina@asahilina.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20365>
This commit is contained in:
@@ -231,7 +231,7 @@ ail_make_miptree(struct ail_layout *layout)
|
||||
assert(layout->linear_stride_B == 0 && "Invalid nonlinear layout");
|
||||
assert(layout->depth_px >= 1 && "Invalid dimensions");
|
||||
assert(layout->levels >= 1 && "Invalid dimensions");
|
||||
assert(layout->sample_count_sa >= 1 && "Invalid samplt count");
|
||||
assert(layout->sample_count_sa >= 1 && "Invalid sample count");
|
||||
}
|
||||
|
||||
/* Hardware strides are based on the maximum number of levels, so always
|
||||
|
||||
Reference in New Issue
Block a user