Searched refs:TexMatColSwap (Results 1 – 4 of 4) sorted by relevance
416 GLuint TexMatColSwap; member
275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
361 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1))) in radeonEmitArrays()
1776 rmesa->TexMatColSwap &= ~(1 << unit); in radeonUploadTexMatrix()1781 rmesa->TexMatColSwap |= 1 << unit; in radeonUploadTexMatrix()1861 rmesa->TexMatColSwap = 0; in update_texturematrix()