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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h417 GLuint TexMatColSwap; member in struct:r100_context
H A Dradeon_maos_arrays.c275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_maos_verts.c360 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_state.c1851 rmesa->TexMatColSwap &= ~(1 << unit);
1854 rmesa->TexMatColSwap |= 1 << unit;
1934 rmesa->TexMatColSwap = 0;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h417 GLuint TexMatColSwap; member in struct:r100_context
H A Dradeon_maos_arrays.c275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_maos_verts.c360 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
H A Dradeon_state.c1851 rmesa->TexMatColSwap &= ~(1 << unit);
1854 rmesa->TexMatColSwap |= 1 << unit;
1934 rmesa->TexMatColSwap = 0;

Completed in 93 milliseconds