mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 04:28:17 +02:00
intel/dev: Add URB max entries values
Right now this value is not use but it will in the next patch. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41789>
This commit is contained in:
parent
0cc89ca03a
commit
45d9c2c14b
1 changed files with 2 additions and 0 deletions
|
|
@ -1030,6 +1030,8 @@ static const struct intel_device_info intel_device_info_sg1 = {
|
|||
[MESA_SHADER_TESS_CTRL] = 1548, /* BSpec 47137 */ \
|
||||
[MESA_SHADER_TESS_EVAL] = 3576, /* BSpec 47135 */ \
|
||||
[MESA_SHADER_GEOMETRY] = 1548, /* BSpec 47136 */ \
|
||||
[MESA_SHADER_TASK] = 1548, /* BSpec 47133 */ \
|
||||
[MESA_SHADER_MESH] = 1548, /* Bspec 47132 */ \
|
||||
} \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue