mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
panfrost: List primitive restart enable bit
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
2b5cda137f
commit
72981c92ce
1 changed files with 2 additions and 0 deletions
|
|
@ -820,10 +820,12 @@ struct mali_uniform_buffer_meta {
|
|||
*/
|
||||
|
||||
/* Applies to unknown_draw */
|
||||
|
||||
#define MALI_DRAW_INDEXED_UINT8 (0x10)
|
||||
#define MALI_DRAW_INDEXED_UINT16 (0x20)
|
||||
#define MALI_DRAW_INDEXED_UINT32 (0x30)
|
||||
#define MALI_DRAW_VARYING_SIZE (0x100)
|
||||
#define MALI_DRAW_PRIMITIVE_RESTART_FIXED_INDEX (0x10000)
|
||||
|
||||
struct mali_vertex_tiler_prefix {
|
||||
/* This is a dynamic bitfield containing the following things in this order:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue