Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp753 static void printGroupNonUniformArithmeticOp(Operation *groupOp, in printGroupNonUniformArithmeticOp() argument
755 printer << groupOp->getName() << " \"" in printGroupNonUniformArithmeticOp()
757 groupOp->getAttrOfType<IntegerAttr>(kExecutionScopeAttrName) in printGroupNonUniformArithmeticOp()
761 groupOp->getAttrOfType<IntegerAttr>(kGroupOperationAttrName) in printGroupNonUniformArithmeticOp()
763 << "\" " << groupOp->getOperand(0); in printGroupNonUniformArithmeticOp()
765 if (groupOp->getNumOperands() > 1) in printGroupNonUniformArithmeticOp()
766 printer << " " << kClusterSize << '(' << groupOp->getOperand(1) << ')'; in printGroupNonUniformArithmeticOp()
767 printer << " : " << groupOp->getResult(0).getType(); in printGroupNonUniformArithmeticOp()
770 static LogicalResult verifyGroupNonUniformArithmeticOp(Operation *groupOp) { in verifyGroupNonUniformArithmeticOp() argument
772 groupOp->getAttrOfType<IntegerAttr>(kExecutionScopeAttrName).getInt()); in verifyGroupNonUniformArithmeticOp()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp7477 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in createInvocationsOperation() local
7478 spvGroupOperands.push_back(groupOp); in createInvocationsOperation()
7666 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in CreateInvocationsVectorOperation() local
7667 spvGroupOperands.push_back(groupOp); in CreateInvocationsVectorOperation()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp7115 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in createInvocationsOperation() local
7116 spvGroupOperands.push_back(groupOp); in createInvocationsOperation()
7304 spv::IdImmediate groupOp = { false, (unsigned)groupOperation }; in CreateInvocationsVectorOperation() local
7305 spvGroupOperands.push_back(groupOp); in CreateInvocationsVectorOperation()