Searched defs:SpaceToDepthDescriptor (Results 1 – 3 of 3) sorted by relevance
1042 struct SpaceToDepthDescriptor : BaseDescriptor struct1044 SpaceToDepthDescriptor() in SpaceToDepthDescriptor() argument1048 SpaceToDepthDescriptor(unsigned int blockSize, DataLayout dataLayout) in SpaceToDepthDescriptor() argument1053 bool operator ==(const SpaceToDepthDescriptor& rhs) const in operator ==()1059 unsigned int m_BlockSize;1062 DataLayout m_DataLayout;
931 struct SpaceToDepthDescriptor struct939 bool operator ==(const SpaceToDepthDescriptor& rhs) const; argument
584 const SpaceToDepthDescriptor&, // descriptor in IsSpaceToDepthSupported()