Searched refs:__INDEX (Results 1 – 2 of 2) sorted by relevance
122 #define __INDEX(ROW, COL) ((ROW) * COL_NUM + (COL)) in LoadSphere() macro125 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere()126 s_Idx[i++] = __INDEX(row, col); in LoadSphere()128 #undef __INDEX in LoadSphere()
115 #define __INDEX(ROW, COL) ((ROW) * COL_NUM + (COL)) in LoadSphere() macro118 s_Idx[i++] = __INDEX(row + 1, col); in LoadSphere()119 s_Idx[i++] = __INDEX(row, col); in LoadSphere()121 #undef __INDEX in LoadSphere()