mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 10:50:23 +01:00
pan/va: Add TEX_GATHER instruction
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15216>
This commit is contained in:
parent
65cb3af38a
commit
c62836661e
1 changed files with 23 additions and 0 deletions
|
|
@ -2065,6 +2065,29 @@
|
|||
<src>Image to read from</src>
|
||||
</ins>
|
||||
|
||||
<ins name="TEX_GATHER" title="Texel gather" opcode="0x129" unit="T">
|
||||
<desc>Texture gather instruction.</desc>
|
||||
<slot/>
|
||||
<skip/>
|
||||
<register_type/>
|
||||
<register_width/>
|
||||
<write_mask/>
|
||||
<dimension/>
|
||||
<wide_indices/>
|
||||
<array_enable/>
|
||||
<texel_offset/>
|
||||
<integer_coordinates/>
|
||||
<fetch_component/>
|
||||
|
||||
<!-- Leave secondary_register_width as 0 -->
|
||||
<sr_count/>
|
||||
<sr_write_count/>
|
||||
|
||||
<sr write="true" flags="false"/>
|
||||
<sr read="true" flags="false"/>
|
||||
<src>Image to read from</src>
|
||||
</ins>
|
||||
|
||||
<ins name="TEX_DUAL" title="Dual texture" opcode="0x12F" unit="T">
|
||||
<desc>Pair of texture instructions.</desc>
|
||||
<slot/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue