Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c156 VB->EyePtr = TransformRaw( &store->eye, in run_vertex_stage()
161 VB->ClipPtr = TransformRaw( &store->clip, in run_vertex_stage()
Dt_vb_texmat.c70 (void) TransformRaw( &store->texcoord[i], in run_texmat_stage()
Dt_vb_program.c407 VB->ClipPtr = TransformRaw( &store->results[0], in run_vp()
/external/mesa3d/src/mesa/math/
Dm_xform.h155 #define TransformRaw( to, mat, from ) \ macro