Searched defs:flr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c212 const GLint flr = IFLOOR(s); local in function:linear_texel_locations
340 const GLint flr = IFLOOR(s); local in function:nearest_texel_location
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c212 const GLint flr = util_ifloor(s); local in function:linear_texel_locations
340 const GLint flr = util_ifloor(s); local in function:nearest_texel_location
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c202 int flr; local in function:wrap_nearest_mirror_repeat
334 int flr; local in function:wrap_linear_mirror_repeat
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c202 int flr; local in function:wrap_nearest_mirror_repeat
334 int flr; local in function:wrap_linear_mirror_repeat

Completed in 23 milliseconds