mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 12:30:33 +01:00
docs/panfrost: fix numbered list
This got broken when it got moved into the documentation.
Fixes: e0752673be ("docs/panfrost: Move description of instancing")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29902>
This commit is contained in:
parent
484f613a97
commit
41698eee96
1 changed files with 2 additions and 2 deletions
|
|
@ -108,5 +108,5 @@ Altogether, given the divisor d, the algorithm the driver must follow is:
|
|||
1. Set shift = :math:`\lfloor \log_2(d) \rfloor`.
|
||||
2. Compute :math:`m = \lceil 2^{shift + 32} / d \rceil` and :math:`e = 2^{shift + 32} % d`.
|
||||
3. If :math:`e <= 2^{shift}`, then we need to use the round-down algorithm. Set
|
||||
magic_divisor = m - 1 and extra_flags = 1. 4. Otherwise, set magic_divisor =
|
||||
m and extra_flags = 0.
|
||||
magic_divisor = m - 1 and extra_flags = 1.
|
||||
4. Otherwise, set magic_divisor = m and extra_flags = 0.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue