Searched defs:ypot (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h109 unsigned ypot; member in struct:sp_sampler_variant
H A Dsp_tex_sample.c790 unsigned ypot = pot_level_size(samp->ypot, level); local
792 unsigned ymax = (ypot - 1) & (TILE_SIZE - 1); /* MIN2(TILE_SIZE, ypot) - 1; */
799 float v = t * ypot - 0.5F;
808 int y0 = vflr & (ypot - 1);
822 unsigned y1 = (y0 + 1) & (ypot - 1);
851 unsigned ypot = pot_level_size(samp->ypot, level); local
857 float v = t * ypot;
890 unsigned ypot = pot_level_size(samp->ypot, level); local
[all...]

Completed in 220 milliseconds