Searched defs:lp_linear_interp (Results 1 – 1 of 1) sorted by relevance
52 struct lp_linear_interp { struct53 struct lp_linear_elem base;56 __m128i a0;57 __m128i dadx;58 __m128i dady;61 int width; /* rounded up to multiple of 4 */63 alignas(16) uint32_t row[64];