My Project
Namespaces | Functions
TargetAndABI.h File Reference
#include "mlir/IR/Attributes.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Dialect/SPIRV/TargetAndABI.h.inc"
Include dependency graph for TargetAndABI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlir
 
 mlir::spirv
 

Functions

enum StorageClass uint32_t StringRef mlir::spirv::getInterfaceVarABIAttrName ()
 Attribute name for specifying argument ABI information. More...
 
InterfaceVarABIAttr mlir::spirv::getInterfaceVarABIAttr (unsigned descriptorSet, unsigned binding, StorageClass storageClass, MLIRContext *context)
 Get the InterfaceVarABIAttr given its fields. More...
 
StringRef mlir::spirv::getEntryPointABIAttrName ()
 Attribute name for specifying entry point information. More...
 
EntryPointABIAttr mlir::spirv::getEntryPointABIAttr (ArrayRef< int32_t > localSize, MLIRContext *context)
 Get the EntryPointABIAttr given its fields. More...