Searched defs:swaptexmatcol (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c273 GLuint swaptexmatcol = (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3); local
275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
276 radeonUploadTexMatrix( rmesa, unit, swaptexmatcol ) ;
H A Dradeon_maos_verts.c358 GLuint swaptexmatcol = (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3); local
360 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
361 radeonUploadTexMatrix( rmesa, unit, swaptexmatcol ) ;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c273 GLuint swaptexmatcol = (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3); local
275 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
276 radeonUploadTexMatrix( rmesa, unit, swaptexmatcol ) ;
H A Dradeon_maos_verts.c358 GLuint swaptexmatcol = (VB->AttribPtr[_TNL_ATTRIB_TEX0 + unit]->size - 3); local
360 (swaptexmatcol != ((rmesa->TexMatColSwap >> unit) & 1)))
361 radeonUploadTexMatrix( rmesa, unit, swaptexmatcol ) ;

Completed in 249 milliseconds