Searched defs:lp_linear_sampler (Results 1 – 1 of 1) sorted by relevance
19 struct lp_linear_sampler { struct20 struct lp_linear_elem base;22 const struct lp_jit_texture *texture;23 int s; /* 16.16, biased by .5 */24 int t; /* 16.16, biased by .5 */25 int dsdx; /* 16.16 */26 int dsdy; /* 16.16 */27 int dtdx; /* 16.16 */28 int dtdy; /* 16.16 */29 int width;[all …]