Searched refs:get_next_xcoord (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 697 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord() function 926 new_x = get_next_xcoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless() 933 new_x = get_next_xcoord(face, 1, max_x -1, x, y); in get_texel_cube_seamless() 937 new_x = get_next_xcoord(face, 2, max_x -1, x, y); in get_texel_cube_seamless() 941 new_x = get_next_xcoord(face, 3, max_x -1, x, y); in get_texel_cube_seamless()
|