mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
intel: Add INTEL_URB_DEREF_BLOCK_SIZE_MESH
And corresponding value in XML. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13662>
This commit is contained in:
parent
4c38229ac1
commit
b01c73fd0a
2 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ enum intel_urb_deref_block_size {
|
|||
INTEL_URB_DEREF_BLOCK_SIZE_32 = 0,
|
||||
INTEL_URB_DEREF_BLOCK_SIZE_PER_POLY = 1,
|
||||
INTEL_URB_DEREF_BLOCK_SIZE_8 = 2,
|
||||
INTEL_URB_DEREF_BLOCK_SIZE_MESH = 3,
|
||||
};
|
||||
|
||||
void intel_get_urb_config(const struct intel_device_info *devinfo,
|
||||
|
|
|
|||
|
|
@ -2828,6 +2828,7 @@
|
|||
<value name="Block Deref Size 32" value="0"/>
|
||||
<value name="Per Poly Deref Mode" value="1"/>
|
||||
<value name="Block Deref Size 8" value="2"/>
|
||||
<value name="Mesh Shader EODB" value="3"/>
|
||||
</field>
|
||||
<field name="Point Width" start="96" end="106" type="u8.3"/>
|
||||
<field name="Point Width Source" start="107" end="107" type="uint">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue