Searched defs:WidenRule (Results 1 – 1 of 1) sorted by relevance
296 template <unsigned int type, int size> struct WidenRule { }; struct298 template <int size> struct WidenRule<D3DVT_FLOAT, size> : NoWiden<size> { }; struct299 template <int size> struct WidenRule<D3DVT_SHORT, size> : WidenToEven<size> { }; struct300 template <int size> struct WidenRule<D3DVT_SHORT_NORM, size> : WidenToEven<size> { }; struct301 template <int size> struct WidenRule<D3DVT_UBYTE, size> : WidenToFour<size> { }; struct302 template <int size> struct WidenRule<D3DVT_UBYTE_NORM, size> : WidenToFour<size> { }; struct303 template <int size> struct WidenRule<D3DVT_USHORT_NORM, size> : WidenToEven<size> { }; struct