Searched refs:get_next_ycoord (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 735 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord() function 910 new_y = get_next_ycoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless() 917 new_y = get_next_ycoord(face, 1, max_x -1, x, y); in get_texel_cube_seamless() 921 new_y = get_next_ycoord(face, 2, max_x -1, x, y); in get_texel_cube_seamless() 925 new_y = get_next_ycoord(face, 3, max_x -1, x, y); in get_texel_cube_seamless()
|