Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h109 unsigned xpot; member
Dsp_tex_sample.c1013 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_linear_repeat_POT() local
1015 const int xmax = (xpot - 1) & (TEX_TILE_SIZE - 1); /* MIN2(TEX_TILE_SIZE, xpot) - 1; */ in img_filter_2d_linear_repeat_POT()
1020 const float u = (args->s * xpot - 0.5F) + args->offset[0]; in img_filter_2d_linear_repeat_POT()
1029 const int x0 = uflr & (xpot - 1); in img_filter_2d_linear_repeat_POT()
1044 const unsigned x1 = (x0 + 1) & (xpot - 1); in img_filter_2d_linear_repeat_POT()
1068 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_nearest_repeat_POT() local
1074 const float u = args->s * xpot + args->offset[0]; in img_filter_2d_nearest_repeat_POT()
1080 const int x0 = uflr & (xpot - 1); in img_filter_2d_nearest_repeat_POT()
1103 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_nearest_clamp_POT() local
1108 const float u = args->s * xpot + args->offset[0]; in img_filter_2d_nearest_clamp_POT()
[all …]
/external/python/cpython2/Doc/library/
Dgettext.rst706 marked with :func:`N_`. :program:`pygettext` and :program:`xpot` both support
758 .. [#] François Pinard has written a program called :program:`xpot` which does a