Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:createBinaryOperation

179     spv::Id createBinaryOperation(glslang::TOperator op, OpDecorations&, spv::Id typeId, spv::Id left, spv::Id right,
1672 rValue = createBinaryOperation(node->getOp(), decorations,
1676 // these all need their counterparts in createBinaryOperation()
1826 spv::Id result = createBinaryOperation(node->getOp(), decorations,
1969 spv::Id result = createBinaryOperation(op, decorations,
2249 // Forward on to createBinaryOperation(), requesting a vector result.
2286 // which can be emitted by the one in createBinaryOperation()
2375 result = createBinaryOperation(binOp, decorations,
2379 // code above should only make binOp that exists in createBinaryOperation
4712 spv::Id TGlslangToSpvTraverser::createBinaryOperation(glslang::TOperator op, OpDecorations& decorations,