Home
last modified time | relevance | path

Searched refs:_mesa_vector4f_alloc (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_light.c437 _mesa_vector4f_alloc( &store->Input, 0, size, 32 ); in init_lighting()
438 _mesa_vector4f_alloc( &store->LitColor[0], 0, size, 32 ); in init_lighting()
439 _mesa_vector4f_alloc( &store->LitColor[1], 0, size, 32 ); in init_lighting()
440 _mesa_vector4f_alloc( &store->LitSecondary[0], 0, size, 32 ); in init_lighting()
441 _mesa_vector4f_alloc( &store->LitSecondary[1], 0, size, 32 ); in init_lighting()
Dt_vb_vertex.c246 _mesa_vector4f_alloc( &store->eye, 0, size, 32 ); in init_vertex_stage()
247 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); in init_vertex_stage()
248 _mesa_vector4f_alloc( &store->proj, 0, size, 32 ); in init_vertex_stage()
Dt_vb_texmat.c97 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 ); in alloc_texmat_data()
Dt_vb_points.c90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); in alloc_point_data()
Dt_vb_normals.c158 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 ); in alloc_normal_data()
Dt_vb_program.c322 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 ); in run_vp()
483 _mesa_vector4f_alloc( &store->ndcCoords, 0, size, 32 ); in init_vp()
Dt_vb_fog.c248 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 ); in alloc_fog_data()
Dt_vb_texgen.c572 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 ); in alloc_texgen_data()
/external/mesa3d/src/mesa/math/
Dm_vector.h69 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags,
Dm_vector.c108 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, in _mesa_vector4f_alloc() function
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c321 _mesa_vector4f_alloc( &rmesa->tcl.ObjClean, 0, in r100CreateContext()