MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / GetProgramId

Method GetProgramId

C++/programs/Program.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226uint ImageProgram::GetProgramId(SImage::EDataType Type, uint NbChannels)
227{
228 return (NbChannels - 1) * SImage::NbDataTypes + Type;
229}
230
231
232// VectorProgram

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected