Home
last modified time | relevance | path

Searched refs:Ttop (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dmdct.c278 LOOKUP_T *Ttop = T+1024; in mdct_step7() local
298 }while(T<Ttop); in mdct_step7()
DmdctARM.s1039 ADD r8, r5, #1024*4 @ r8 = Ttop
DmdctLARM.s1023 ADD r8, r5, #1024 @ r8 = Ttop
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1351 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()
Dmeta.h210 GLfloat Sright, Ttop; /**< right, top texcoords */ member