Home
last modified time | relevance | path

Searched refs:interfaceVars (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
DLowerABIAttributesPass.cpp72 SmallVectorImpl<Attribute> &interfaceVars) { in getInterfaceVariables() argument
100 interfaceVars.push_back(SymbolRefAttr::get( in getInterfaceVariables()
122 SmallVector<Attribute, 1> interfaceVars; in lowerEntryPointABIAttr() local
123 if (failed(getInterfaceVariables(funcOp, interfaceVars))) { in lowerEntryPointABIAttr()
135 funcOp.getLoc(), executionModel.getValue(), funcOp, interfaceVars); in lowerEntryPointABIAttr()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1607 ArrayRef<Attribute> interfaceVars) { in build() argument
1611 builder.getArrayAttr(interfaceVars)); in build()
1619 SmallVector<Attribute, 4> interfaceVars; in parseEntryPointOp() local
1637 interfaceVars.push_back(var); in parseEntryPointOp()
1641 parser.getBuilder().getArrayAttr(interfaceVars)); in parseEntryPointOp()
1649 auto interfaceVars = entryPointOp.interface().getValue(); in print() local
1650 if (!interfaceVars.empty()) { in print()
1652 llvm::interleaveComma(interfaceVars, printer); in print()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp3084 std::set<SpvId> interfaceVars; in writeInstructions() local
3130 interfaceVars.insert(id); in writeInstructions()
3156 interfaceVars.insert(entry.second); in writeInstructions()
3163 (int32_t) interfaceVars.size(), out); in writeInstructions()
3180 for (int var : interfaceVars) { in writeInstructions()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3536 std::set<SpvId> interfaceVars; in writeInstructions() local
3546 interfaceVars.insert(id); in writeInstructions()
3584 interfaceVars.insert(entry.second); in writeInstructions()
3591 (int32_t) interfaceVars.size(), out); in writeInstructions()
3608 for (int var : interfaceVars) { in writeInstructions()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVStructureOps.td193 "spirv::FuncOp":$function, "ArrayRef<Attribute>":$interfaceVars)>];