Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) in get_next_xcoord() argument
852 if ((face == 0 && fall_off_index != 1) || in get_next_xcoord()
853 (face == 1 && fall_off_index == 0) || in get_next_xcoord()
854 (face == 4 && fall_off_index == 0) || in get_next_xcoord()
855 (face == 5 && fall_off_index == 0)) { in get_next_xcoord()
858 if ((face == 1 && fall_off_index != 0) || in get_next_xcoord()
859 (face == 0 && fall_off_index == 1) || in get_next_xcoord()
860 (face == 4 && fall_off_index == 1) || in get_next_xcoord()
861 (face == 5 && fall_off_index == 1)) { in get_next_xcoord()
864 if ((face == 4 && fall_off_index >= 2) || in get_next_xcoord()
[all …]