Home
last modified time | relevance | path

Searched refs:descriptorSetName (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertLaunchFuncToLLVMCalls.cpp38 static std::string descriptorSetName() { in descriptorSetName() function
78 op->getAttrOfType<IntegerAttr>(descriptorSetName()); in createGlobalVariableWithBindName()
90 op->getAttrOfType<IntegerAttr>(descriptorSetName()); in hasDescriptorSetAndBinding()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp498 auto descriptorSetName = llvm::convertToSnakeFromCamelCase( in parseVariableDecorations() local
504 parser.parseAttribute(set, i32Type, descriptorSetName, in parseVariableDecorations()
531 auto descriptorSetName = llvm::convertToSnakeFromCamelCase( in printVariableDecorations() local
535 auto descriptorSet = op->getAttrOfType<IntegerAttr>(descriptorSetName); in printVariableDecorations()
538 elidedAttrs.push_back(descriptorSetName); in printVariableDecorations()
2971 auto descriptorSetName = llvm::convertToSnakeFromCamelCase( in verify() local
2978 for (const auto &attr : {descriptorSetName, bindingName, builtInName}) { in verify()