File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -868,13 +868,12 @@ supported for the ``amdgcn`` target.
868
868
**Buffer Strided Pointer**
869
869
The buffer index pointer is an experimental address space. It is supposed to
870
870
model a 128-bit buffer descriptor and a 32-bit offset, like the **Buffer Fat
871
- Pointer**. Additionally, it contains an index into the descriptor , which
871
+ Pointer**. Additionally, it contains an index into the buffer , which
872
872
allows the direct addressing of structured elements.
873
873
874
874
The buffer descriptor must be *raw*:
875
- the stride is the size of a structured element, the "add tid" flag must be 0, the
876
- swizzle eneable bits must be off, and the extent (NumRecords) must be measured in
877
- elements.
875
+ the stride is the size of a structured element, the "add tid" flag must be 0,
876
+ and the swizzle enable bits must be off.
878
877
879
878
**Streamout Registers**
880
879
Dedicated registers used by the GS NGG Streamout Instructions. The register
You can’t perform that action at this time.
0 commit comments