Home
last modified time | relevance | path

Searched refs:get_next_ycoord (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c735 get_next_ycoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_ycoord() function
927 new_y = get_next_ycoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless()
934 new_y = get_next_ycoord(face, 1, max_x -1, x, y); in get_texel_cube_seamless()
938 new_y = get_next_ycoord(face, 2, max_x -1, x, y); in get_texel_cube_seamless()
942 new_y = get_next_ycoord(face, 3, max_x -1, x, y); in get_texel_cube_seamless()