mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 04:40:28 +01:00
VS nr of urb entries is constrained to be one of a fixed set of values,
specifically {8,16,32}.
This commit is contained in:
parent
6babf624b7
commit
657f738ea2
1 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,9 @@ static const struct {
|
|||
GLuint min_entry_size;
|
||||
GLuint max_entry_size;
|
||||
} limits[CS+1] = {
|
||||
{ 8, 24, 1, 5 }, /* vs */
|
||||
{ 8, 32, 1, 5 }, /* vs */
|
||||
{ 4, 8, 1, 5 }, /* gs */
|
||||
{ 6, 12, 1, 5 }, /* clp */
|
||||
{ 6, 8, 1, 5 }, /* clp */
|
||||
{ 1, 8, 1, 12 }, /* sf */
|
||||
{ 1, 4, 1, 32 } /* cs */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue