Searched defs:AffineMapPtr (Results 1 – 1 of 1) sorted by relevance
61 struct AffineMapPtr struct63 typedef float2 value_type;64 typedef float index_type;66 const float* warpMat;68 __device__ __forceinline__ float2 operator ()(float y, float x) const in operator ()()