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