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()
1800 rmesa->TexMatColSwap &= ~(1 << unit); in radeonUploadTexMatrix()1805 rmesa->TexMatColSwap |= 1 << unit; in radeonUploadTexMatrix()1885 rmesa->TexMatColSwap = 0; in update_texturematrix()