Searched refs:_mesa_vector4f_alloc (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_light.c | 437 _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()
|
D | t_vb_vertex.c | 246 _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()
|
D | t_vb_texmat.c | 97 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 ); in alloc_texmat_data()
|
D | t_vb_points.c | 90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); in alloc_point_data()
|
D | t_vb_normals.c | 158 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 ); in alloc_normal_data()
|
D | t_vb_program.c | 322 _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()
|
D | t_vb_fog.c | 248 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 ); in alloc_fog_data()
|
D | t_vb_texgen.c | 572 _mesa_vector4f_alloc( &store->texcoord[i], 0, VB->Size, 32 ); in alloc_texgen_data()
|
/external/mesa3d/src/mesa/math/ |
D | m_vector.h | 69 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags,
|
D | m_vector.c | 108 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, in _mesa_vector4f_alloc() function
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.c | 321 _mesa_vector4f_alloc( &rmesa->tcl.ObjClean, 0, in r100CreateContext()
|