MCPcopy Create free account
hub / github.com/csyonghe/Spire / OpDPdx

Method OpDPdx

Source/SpireCore/SpirVCodeGen.cpp:1762–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

AddInstrDFdxMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected