| 1760 | } |
| 1761 | |
| 1762 | void OpDPdx(const int ID, const int typeID, const int Op0) |
| 1763 | { |
| 1764 | sbTextFunctionBody << LR"(%)" << ID << LR"( = OpDPdx %)" << typeID << LR"( %)" << Op0 << EndLine; |
| 1765 | |
| 1766 | streamFunctionBody.Add(207 + (4 << 16)); |
| 1767 | streamFunctionBody.Add(typeID); |
| 1768 | streamFunctionBody.Add(ID); |
| 1769 | streamFunctionBody.Add(Op0); |
| 1770 | } |
| 1771 | |
| 1772 | void OpDPdy(const int ID, const int typeID, const int Op0) |
| 1773 | { |