mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
v3d: add 1-way SIMD packing definition
According to the documentation, the 1-way dispatch width is only supported with geometry shaders. Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
This commit is contained in:
parent
4f5fbd6490
commit
76f4c83815
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@
|
|||
<value name="16-way" value="0"/>
|
||||
<value name="8-way" value="1"/>
|
||||
<value name="4-way" value="2"/>
|
||||
<value name="1-way" value="3"/>
|
||||
</enum>
|
||||
|
||||
<enum name="TCS flush mode" prefix="V3D_TCS_FLUSH_MODE">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue