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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h113 unsigned xpot; member in struct:sp_sampler_view
H A Dsp_tex_sample.c1135 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_linear_repeat_POT
1137 const int xmax = (xpot - 1) & (TEX_TILE_SIZE - 1); /* MIN2(TEX_TILE_SIZE, xpot) - 1; */
1142 const float u = (args->s * xpot - 0.5F) + args->offset[0];
1151 const int x0 = uflr & (xpot - 1);
1166 const unsigned x1 = (x0 + 1) & (xpot - 1);
1190 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_nearest_repeat_POT
1196 const float u = args->s * xpot
1225 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_nearest_clamp_POT
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h113 unsigned xpot; member in struct:sp_sampler_view
H A Dsp_tex_sample.c1149 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_linear_repeat_POT
1151 const int xmax = (xpot - 1) & (TEX_TILE_SIZE - 1); /* MIN2(TEX_TILE_SIZE, xpot) - 1; */
1156 const float u = (args->s * xpot - 0.5F) + args->offset[0];
1165 const int x0 = uflr & (xpot - 1);
1180 const unsigned x1 = (x0 + 1) & (xpot - 1);
1204 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_nearest_repeat_POT
1210 const float u = args->s * xpot
1239 const unsigned xpot = pot_level_size(sp_sview->xpot, args->level); local in function:img_filter_2d_nearest_clamp_POT
[all...]

Completed in 32 milliseconds