Home
last modified time | relevance | path

Searched defs:descriptorSet (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVAttributes.cpp55 Attribute descriptorSet; member
123 spirv::InterfaceVarABIAttr::get(uint32_t descriptorSet, uint32_t binding, in get() argument
136 spirv::InterfaceVarABIAttr::get(IntegerAttr descriptorSet, IntegerAttr binding, in get() argument
166 verify(function_ref<InFlightDiagnostic ()> emitError,IntegerAttr descriptorSet,IntegerAttr binding,IntegerAttr storageClass) verify() argument
395 uint32_t descriptorSet = 0; parseInterfaceVarABIAttr() local
[all...]
H A DTargetAndABI.cpp104 spirv::getInterfaceVarABIAttr(unsigned descriptorSet, unsigned binding, in getInterfaceVarABIAttr()
H A DSPIRVOps.cpp101 auto descriptorSet = op->getAttrOfType<IntegerAttr>(descriptorSetName); in printVariableDecorations() local
1136 unsigned descriptorSet, unsigned binding) { in build() argument
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp84 IntegerAttr descriptorSet = in createGlobalVariableWithBindName() local
96 IntegerAttr descriptorSet = in hasDescriptorSetAndBinding() local
H A DSPIRVToLLVM.cpp1709 IntegerAttr descriptorSet = encodeBindAttribute() local
/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp