Searched refs:TexMatColSwap (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h416 GLuint TexMatColSwap; member in struct:r100_context
H A Dradeon_maos_arrays.c276 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_maos_verts.c362 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_state.c1777 rmesa->TexMatColSwap &= ~(1 << unit);
1782 rmesa->TexMatColSwap |= 1 << unit;
1862 rmesa->TexMatColSwap = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h416 GLuint TexMatColSwap; member in struct:r100_context
H A Dradeon_maos_arrays.c275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_maos_verts.c361 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_state.c1778 rmesa->TexMatColSwap &= ~(1 << unit);
1783 rmesa->TexMatColSwap |= 1 << unit;
1863 rmesa->TexMatColSwap = 0;

Completed in 17 milliseconds