Searched defs:flr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_texfilter.c | 212 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 D | s_texfilter.c | 212 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 D | sp_tex_sample.c | 202 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 D | sp_tex_sample.c | 202 int flr; local in function:wrap_nearest_mirror_repeat 334 int flr; local in function:wrap_linear_mirror_repeat |
Completed in 23 milliseconds