Home
last modified time | relevance | path

Searched refs:getDescriptorSet (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAttributes.h65 uint32_t getDescriptorSet();
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp149 uint32_t spirv::InterfaceVarABIAttr::getDescriptorSet() { in getDescriptorSet() function in spirv::InterfaceVarABIAttr
636 << interfaceVarABIAttr.getDescriptorSet() << ", " in print()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp64 funcOp.getLoc(), varType, varName, abiInfo.getDescriptorSet(), in createGlobalVarForEntryPointArgument()