Classes | |
struct | __spirv_JointMatrixINTEL |
struct | MemorySemanticsMask |
struct | Scope |
struct | StorageClass |
Enumerations | |
enum | GroupOperation : uint32_t { GroupOperation::Reduce = 0, GroupOperation::InclusiveScan = 1, GroupOperation::ExclusiveScan = 2 } |
enum | MatrixLayout : uint32_t { MatrixLayout::RowMajor = 0, MatrixLayout::ColumnMajor = 1, MatrixLayout::PackedA = 2, MatrixLayout::PackedB = 3 } |
|
strong |
Enumerator | |
---|---|
Reduce | |
InclusiveScan | |
ExclusiveScan |
Definition at line 105 of file spirv_types.hpp.
|
strong |
Enumerator | |
---|---|
RowMajor | |
ColumnMajor | |
PackedA | |
PackedB |
Definition at line 111 of file spirv_types.hpp.