Searched refs:TexMatColSwap (Results 1 – 4 of 4) sorted by relevance
417 GLuint TexMatColSwap; member
275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
360 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
1851 rmesa->TexMatColSwap &= ~(1 << unit); in radeonUploadTexMatrix()1854 rmesa->TexMatColSwap |= 1 << unit; in radeonUploadTexMatrix()1934 rmesa->TexMatColSwap = 0; in update_texturematrix()