Searched refs:fall_off_index (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 833 * and fall_off_index (0 for x-, 1 for x+, 2 for y-, 3 for y+) 836 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) argument 838 if ((face == 0 && fall_off_index != 1) || 839 (face == 1 && fall_off_index == 0) || 840 (face == 4 && fall_off_index == 0) || 841 (face == 5 && fall_off_index == 0)) { 844 if ((face == 1 && fall_off_index != 0) || 845 (face == 0 && fall_off_index == 1) || 846 (face == 4 && fall_off_index == 1) || 847 (face == 5 && fall_off_index 874 get_next_ycoord(unsigned face,unsigned fall_off_index,int max,int xc,int yc) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 847 * and fall_off_index (0 for x-, 1 for x+, 2 for y-, 3 for y+) 850 get_next_xcoord(unsigned face, unsigned fall_off_index, int max, int xc, int yc) argument 852 if ((face == 0 && fall_off_index != 1) || 853 (face == 1 && fall_off_index == 0) || 854 (face == 4 && fall_off_index == 0) || 855 (face == 5 && fall_off_index == 0)) { 858 if ((face == 1 && fall_off_index != 0) || 859 (face == 0 && fall_off_index == 1) || 860 (face == 4 && fall_off_index == 1) || 861 (face == 5 && fall_off_index 888 get_next_ycoord(unsigned face,unsigned fall_off_index,int max,int xc,int yc) argument [all...] |
Completed in 8 milliseconds