nvk: Fix a typo in a comment
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33478>
This commit is contained in:
committed by
Marge Bot
parent
6f64962f27
commit
dc82d7edff
@@ -3305,7 +3305,7 @@ nvk_mme_bind_cbuf_desc(struct mme_builder *b)
|
||||
|
||||
struct mme_value cb = mme_alloc_reg(b);
|
||||
mme_if(b, ieq, size, mme_zero()) {
|
||||
/* Bottim bit is the valid bit, 8:4 are shader slot */
|
||||
/* Bottom bit is the valid bit, 8:4 are shader slot */
|
||||
mme_merge_to(b, cb, mme_zero(), group_slot, 4, 5, 4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user