mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 13:30:20 +01:00
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:
parent
0d57fcaf28
commit
d36a829fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue