Lines Matching refs:convOp
5536 spv::Op convOp = spv::OpNop; local
5550 convOp = spv::OpSConvert;
5554 convOp = spv::OpUConvert;
5562 return builder.createUnaryOp(convOp, type, operand);
5568 spv::Op convOp = spv::OpNop; local
5612 convOp = spv::OpSelect;
5618 convOp = spv::OpSelect;
5624 convOp = spv::OpSelect;
5632 convOp = spv::OpSelect;
5638 convOp = spv::OpSelect;
5644 convOp = spv::OpSelect;
5650 convOp = spv::OpSelect;
5665 convOp = spv::OpSelect;
5680 convOp = spv::OpSelect;
5695 convOp = spv::OpConvertSToF;
5710 convOp = spv::OpConvertUToF;
5719 convOp = spv::OpFConvert;
5721 return createUnaryMatrixOperation(convOp, decorations, destType, operand, typeProxy);
5736 convOp = spv::OpConvertFToS;
5764 convOp = spv::OpBitcast;
5779 convOp = spv::OpConvertFToU;
5794 convOp = spv::OpSConvert;
5809 convOp = spv::OpUConvert;
5884 convOp = spv::OpBitcast;
5887 convOp = spv::OpConvertUToPtr;
5890 convOp = spv::OpConvertPtrToU;
5897 if (convOp == spv::OpNop)
5900 if (convOp == spv::OpSelect) {
5903 result = builder.createTriOp(convOp, destType, operand, one, zero);
5905 result = builder.createUnaryOp(convOp, destType, operand);