mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
panfrost: Add defines for bifrost unk1 flags
Instead of open-coding. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5232>
This commit is contained in:
parent
55e3305a5b
commit
1c2d0418c1
1 changed files with 10 additions and 0 deletions
|
|
@ -426,6 +426,16 @@ enum mali_format {
|
|||
*/
|
||||
#define MALI_SUPPRESS_INF_NAN (1 << 3)
|
||||
|
||||
/* Flags for bifrost1.unk1 */
|
||||
|
||||
/* Shader uses less than 32 registers, partitioned as [R0, R15] U [R48, R63],
|
||||
* allowing for full thread count. If clear, the full [R0, R63] register set is
|
||||
* available at half thread count */
|
||||
#define MALI_BIFROST_FULL_THREAD (1 << 9)
|
||||
|
||||
/* First clause type is ATEST */
|
||||
#define MALI_BIFROST_FIRST_ATEST (1 << 26)
|
||||
|
||||
/* The raw Midgard blend payload can either be an equation or a shader
|
||||
* address, depending on the context */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue