Home
last modified time | relevance | path

Searched refs:height_oow (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c763 float height_oow = texture->height * oow; in lp_linear_init_sampler() local
766 float fdtdx = dtdx * height_oow; in lp_linear_init_sampler()
767 float fdtdy = dtdy * height_oow; in lp_linear_init_sampler()
783 t0 * height_oow); in lp_linear_init_sampler()