Buffer Memory Instructions
104 AMDGPU instructions in this category - showing 4 per page, page 2 of 2 - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| tbuffer_store_format_x | tbuffer_store_format_x | MTBUF | Convert 32 bits of data from vector input registers into 1-component formatted data and store the data into a buffer surface. |
| tbuffer_store_format_xy | tbuffer_store_format_xy | MTBUF | Convert 64 bits of data from vector input registers into 2-component formatted data and store the data into a buffer surface. |
| tbuffer_store_format_xyz | tbuffer_store_format_xyz | MTBUF | Convert 96 bits of data from vector input registers into 3-component formatted data and store the data into a buffer surface. |
| tbuffer_store_format_xyzw | tbuffer_store_format_xyzw | MTBUF | Convert 128 bits of data from vector input registers into 4-component formatted data and store the data into a buffer surface. |