Searched refs:get_next_face (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 | 753 * corresponding coord wrapping, implemented by get_next_face, 826 get_next_face(unsigned face, int idx) function in typeref:typename:unsigned 1050 face = get_next_face(face, 0); 1057 face = get_next_face(face, 1); 1061 face = get_next_face(face, 2); 1065 face = get_next_face(face, 3);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 767 * corresponding coord wrapping, implemented by get_next_face, 840 get_next_face(unsigned face, int idx) function in typeref:typename:unsigned 1064 face = get_next_face(face, 0); 1071 face = get_next_face(face, 1); 1075 face = get_next_face(face, 2); 1079 face = get_next_face(face, 3);
|
Completed in 14 milliseconds