Searched refs:Ttop (Results 1 – 5 of 5) sorted by relevance
278 LOOKUP_T *Ttop = T+1024; in mdct_step7() local298 }while(T<Ttop); in mdct_step7()
1039 ADD r8, r5, #1024*4 @ r8 = Ttop
1023 ADD r8, r5, #1024 @ r8 = Ttop
1351 tex->Ttop = (GLfloat) height; in _mesa_meta_alloc_texture()1355 tex->Ttop = (GLfloat) height / tex->Height; in _mesa_meta_alloc_texture()1904 verts[2].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()1909 verts[3].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()2221 verts[2].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2226 verts[3].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2417 verts[2].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()2422 verts[3].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()
210 GLfloat Sright, Ttop; /**< right, top texcoords */ member