brintos

brintos / llvm-project-archived public Read only

0
0
Text · 830 B · a625afa Raw
29 lines · plain
1..2    **************************************************3    *                                                *4    *   Automatically generated file, do not edit!   *5    *                                                *6    **************************************************7 8.. _amdgpu_synid_gfx11_attr:9 10attr11====12 13Interpolation attribute and channel:14 15    ============== ===================================16    Syntax         Description17    ============== ===================================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 24Examples:25 26.. parsed-literal::27 28    lds_param_load v5, attr0.z29