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()
1023 ADD r8, r5, #1024 @ r8 = Ttop
1039 ADD r8, r5, #1024*4 @ r8 = Ttop
1356 tex->Ttop = (GLfloat) height; in _mesa_meta_alloc_texture()1360 tex->Ttop = (GLfloat) height / tex->Height; in _mesa_meta_alloc_texture()1918 verts[2].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()1923 verts[3].tex[1] = tex->Ttop; in _mesa_meta_CopyPixels()2234 verts[2].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2239 verts[3].tex[1] = tex->Ttop; in _mesa_meta_DrawPixels()2430 verts[2].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()2435 verts[3].tex[1] = tex->Ttop; in _mesa_meta_Bitmap()
210 GLfloat Sright, Ttop; /**< right, top texcoords */ member