HomeSort by relevance Sort by last modified time
    Searched refs:ypot (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 110 unsigned ypot; member in struct:sp_sampler_view
sp_tex_sample.c 997 const unsigned ypot = pot_level_size(sp_sview->ypot, args->level); local
999 const int ymax = (ypot - 1) & (TEX_TILE_SIZE - 1); /* MIN2(TEX_TILE_SIZE, ypot) - 1; */
1004 const float v = (args->t * ypot - 0.5F) + args->offset[1];
1013 const int y0 = vflr & (ypot - 1);
1028 const unsigned y1 = (y0 + 1) & (ypot - 1);
1052 const unsigned ypot = pot_level_size(sp_sview->ypot, args->level); local
1058 const float v = args->t * ypot + args->offset[1]
1087 const unsigned ypot = pot_level_size(sp_sview->ypot, args->level); local
    [all...]

Completed in 219 milliseconds