Searched refs:vflr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1146 const int vflr = util_ifloor(v); local in function:img_filter_2d_linear_repeat_POT
1149 const float yw = v - (float)vflr;
1152 const int y0 = vflr & (ypot - 1);
1200 const int vflr = util_ifloor(v); local in function:img_filter_2d_nearest_repeat_POT
1203 const int y0 = vflr & (ypot - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1160 const int vflr = util_ifloor(v); local in function:img_filter_2d_linear_repeat_POT
1163 const float yw = v - (float)vflr;
1166 const int y0 = vflr & (ypot - 1);
1214 const int vflr = util_ifloor(v); local in function:img_filter_2d_nearest_repeat_POT
1217 const int y0 = vflr & (ypot - 1);

Completed in 13 milliseconds