mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
intel: Fix typos
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33556>
This commit is contained in:
parent
388e9e6b33
commit
49bc323866
3 changed files with 3 additions and 3 deletions
|
|
@ -2739,7 +2739,7 @@
|
|||
<field name="SFC Input Chroma Sub-Sampling" start="36" end="39" type="uint">
|
||||
<value name="4:0:0" value="0" />
|
||||
<value name="4:2:0" value="1" />
|
||||
<value name="4:2:2 Horizonatal" value="2" />
|
||||
<value name="4:2:2 Horizontal" value="2" />
|
||||
<value name="4:4:4 Progressive/Interleaved" value="4" />
|
||||
</field>
|
||||
<field name="VD/VE Input Ordering Mode" start="40" end="42" type="uint" />
|
||||
|
|
|
|||
|
|
@ -3680,7 +3680,7 @@
|
|||
<field name="SFC Input Chroma Sub-Sampling" start="36" end="39" type="uint">
|
||||
<value name="4:0:0" value="0" />
|
||||
<value name="4:2:0" value="1" />
|
||||
<value name="4:2:2 Horizonatal" value="2" />
|
||||
<value name="4:2:2 Horizontal" value="2" />
|
||||
<value name="4:4:4 Progressive/Interleaved" value="4" />
|
||||
</field>
|
||||
<field name="VD/VE Input Ordering Mode" start="40" end="42" type="uint" />
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@ genX(emit_simpler_shader_init_fragment)(struct anv_simple_shader *state)
|
|||
/* Allocate a binding table for Gfx9 for 2 reason :
|
||||
*
|
||||
* 1. we need a to emit a 3DSTATE_BINDING_TABLE_POINTERS_PS to make the
|
||||
* HW apply the preceeding 3DSTATE_CONSTANT_PS
|
||||
* HW apply the preceding 3DSTATE_CONSTANT_PS
|
||||
*
|
||||
* 2. Emitting an empty 3DSTATE_BINDING_TABLE_POINTERS_PS would cause RT
|
||||
* writes (even though they're empty) to disturb later writes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue