Searched refs:Ttop (Results 1 – 4 of 4) sorted by relevance
282 LOOKUP_T *Ttop = T+1024; in mdct_step7() local302 }while(T<Ttop); in mdct_step7()
1030 ADD r8, r5, #1024 @ r8 = Ttop
1368 tex->Ttop = (GLfloat) height; in _mesa_meta_alloc_texture()1372 tex->Ttop = (GLfloat) height / tex->Height; in _mesa_meta_alloc_texture()1872 verts[2].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()1877 verts[3].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()2212 verts[2].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2217 verts[3].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2408 verts[2].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()2413 verts[3].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()
209 GLfloat Sright, Ttop; /**< right, top texcoords */ member