Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_priv.h19 struct lp_linear_sampler { struct
20 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 …]