spirv-headers: vendor as full-fork recipe (path=source, patches baked)
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
// SPDX-FileCopyrightText: 2022-2026 Arm Ltd.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#ifndef SPIRV_UNIFIED1_NonSemanticGraphDebugInfo_H_
|
||||
#define SPIRV_UNIFIED1_NonSemanticGraphDebugInfo_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum {
|
||||
NonSemanticGraphDebugInfoRevision = 1,
|
||||
NonSemanticGraphDebugInfoRevision_BitWidthPadding = 0x7fffffff
|
||||
};
|
||||
|
||||
enum NonSemanticGraphDebugInfoInstructions {
|
||||
NonSemanticGraphDebugInfoDebugGraph = 1,
|
||||
NonSemanticGraphDebugInfoDebugOperation = 2,
|
||||
NonSemanticGraphDebugInfoDebugTensor = 3,
|
||||
NonSemanticGraphDebugInfoInstructionsMax = 0x7fffffff
|
||||
};
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // SPIRV_UNIFIED1_NonSemanticGraphDebugInfo_H_
|
||||
Reference in New Issue
Block a user