Mercurial > hg > CbC > CbC_llvm
comparison docs/AMDGPU/gfx7_attr.rst @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | c2174574ed3a |
children |
comparison
equal
deleted
inserted
replaced
146:3fc4d5c3e21e | 148:63bd29f05246 |
---|---|
1 .. | |
2 ************************************************** | |
3 * * | |
4 * Automatically generated file, do not edit! * | |
5 * * | |
6 ************************************************** | |
7 | |
8 .. _amdgpu_synid7_attr: | |
9 | |
10 attr | |
11 =========================== | |
12 | |
13 Interpolation attribute and channel: | |
14 | |
15 ============== =================================== | |
16 Syntax Description | |
17 ============== =================================== | |
18 attr{0..32}.x Attribute 0..32 with *x* channel. | |
19 attr{0..32}.y Attribute 0..32 with *y* channel. | |
20 attr{0..32}.z Attribute 0..32 with *z* channel. | |
21 attr{0..32}.w Attribute 0..32 with *w* channel. | |
22 ============== =================================== | |
23 | |
24 Examples: | |
25 | |
26 .. parsed-literal:: | |
27 | |
28 v_interp_p1_f32 v1, v0, attr0.x | |
29 v_interp_p1_f32 v1, v0, attr32.w | |
30 |