mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
1d7a6567dd
Fixed bugs 48639, 49447, 49448, 49449.
30 lines
871 B
ReStructuredText
30 lines
871 B
ReStructuredText
..
|
|
**************************************************
|
|
* *
|
|
* Automatically generated file, do not edit! *
|
|
* *
|
|
**************************************************
|
|
|
|
.. _amdgpu_synid_gfx9_attr:
|
|
|
|
attr
|
|
====
|
|
|
|
Interpolation attribute and channel:
|
|
|
|
============== ===================================
|
|
Syntax Description
|
|
============== ===================================
|
|
attr{0..32}.x Attribute 0..32 with *x* channel.
|
|
attr{0..32}.y Attribute 0..32 with *y* channel.
|
|
attr{0..32}.z Attribute 0..32 with *z* channel.
|
|
attr{0..32}.w Attribute 0..32 with *w* channel.
|
|
============== ===================================
|
|
|
|
Examples:
|
|
|
|
.. parsed-literal::
|
|
|
|
v_interp_p1_f32 v1, v0, attr0.x
|
|
v_interp_p1_f32 v1, v0, attr32.w
|