Searched defs:TAccPixWeighted (Results 1 – 1 of 1) sorted by relevance
330 template<> struct TAccPixWeighted<uchar1> {typedef double1 type;}; argument331 template<> struct TAccPixWeighted<uchar3> {typedef double3 type;}; struct332 template<> struct TAccPixWeighted<uchar4> {typedef double4 type;}; struct333 template<> struct TAccPixWeighted<ushort1> {typedef double1 type;}; struct334 template<> struct TAccPixWeighted<ushort3> {typedef double3 type;}; struct335 template<> struct TAccPixWeighted<ushort4> {typedef double4 type;}; struct336 template<> struct TAccPixWeighted<float1> {typedef double1 type;}; struct337 template<> struct TAccPixWeighted<float3> {typedef double3 type;}; argument338 template<> struct TAccPixWeighted<float4> {typedef double4 type;}; struct