Searched refs:TexMatColSwap (Results 1 – 4 of 4) sorted by relevance
416 GLuint TexMatColSwap; member
276 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
362 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
1799 rmesa->TexMatColSwap &= ~(1 << unit); in radeonUploadTexMatrix()1804 rmesa->TexMatColSwap |= 1 << unit; in radeonUploadTexMatrix()1884 rmesa->TexMatColSwap = 0; in update_texturematrix()