Searched refs:xpot (Results 1 – 4 of 4) sorted by relevance
996 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); in img_filter_2d_linear_repeat_POT() local998 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() local1057 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() local1091 const float u = args->s * xpot + args->offset[0]; in img_filter_2d_nearest_clamp_POT()[all …]
109 unsigned xpot; member
463 called :program:`xpot` does a similar job and is available as part of623 :program:`pygettext`, ``pybabel extract``, and :program:`xpot` all
706 marked with :func:`N_`. :program:`pygettext` and :program:`xpot` both support758 .. [#] François Pinard has written a program called :program:`xpot` which does a