Home
last modified time | relevance | path

Searched defs:lp_linear_interp (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_priv.h52 struct lp_linear_interp { struct
53 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];