Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dmdct.c282 LOOKUP_T *Ttop = T+1024; in mdct_step7() local
302 }while(T<Ttop); in mdct_step7()
DmdctLARM.s1030 ADD r8, r5, #1024 @ r8 = Ttop
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1368 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()
Dmeta.h209 GLfloat Sright, Ttop; /**< right, top texcoords */ member