brintos

brintos / llvm-project-archived public Read only

0
0
Text · 879 B · bdd5a1f Raw
31 lines · plain
1..2    **************************************************3    *                                                *4    *   Automatically generated file, do not edit!   *5    *                                                *6    **************************************************7 8.. _amdgpu_synid_gfx9_tgt:9 10tgt11===12 13An export target:14 15    ================== ===================================16    Syntax             Description17    ================== ===================================18    pos{0..3}          Copy vertex position 0..3.19    param{0..31}       Copy vertex parameter 0..31.20    mrt{0..7}          Copy pixel color to the MRTs 0..7.21    mrtz               Copy pixel depth (Z) data.22    null               Copy nothing.23    ================== ===================================24 25Examples:26 27.. parsed-literal::28 29  exp pos3 v1, v2, v3, v430  exp mrt0 v1, v2, v3, v431