Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c996 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_linear_repeat_POT() local
998 const int xmax = (xpot - 1) & (TEX_TILE_SIZE - 1); /* MIN2(TEX_TILE_SIZE, xpot) - 1; */ in img_filter_2d_linear_repeat_POT()
1003 const float u = (args->s * xpot - 0.5F) + args->offset[0]; in img_filter_2d_linear_repeat_POT()
1012 const int x0 = uflr & (xpot - 1); in img_filter_2d_linear_repeat_POT()
1027 const unsigned x1 = (x0 + 1) & (xpot - 1); in img_filter_2d_linear_repeat_POT()
1051 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_nearest_repeat_POT() local
1057 const float u = args->s * xpot + args->offset[0]; in img_filter_2d_nearest_repeat_POT()
1063 const int x0 = uflr & (xpot - 1); in img_filter_2d_nearest_repeat_POT()
1086 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_nearest_clamp_POT() local
1091 const float u = args->s * xpot + args->offset[0]; in img_filter_2d_nearest_clamp_POT()
[all …]
Dsp_tex_sample.h109 unsigned xpot; member
/external/python/cpython3/Doc/library/
Dgettext.rst463 called :program:`xpot` does a similar job and is available as part of
623 :program:`pygettext`, ``pybabel extract``, and :program:`xpot` 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