Home
last modified time | relevance | path

Searched refs:_mesa_align_malloc (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimports.c85 _mesa_align_malloc(size_t bytes, unsigned long alignment) in _mesa_align_malloc() function
129 mem = _mesa_align_malloc(bytes, alignment); in _mesa_align_calloc()
201 void *newBuf = _mesa_align_malloc(newSize, alignment); in _mesa_align_realloc()
Dimports.h540 _mesa_align_malloc( size_t bytes, unsigned long alignment );
/external/mesa3d/src/mesa/math/
Dm_vector.c103 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment ); in _mesa_vector4f_alloc()
Dm_debug_xform.c186 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_transform_function()
Dm_debug_norm.c211 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_norm_function()
Dm_matrix.c1471 m->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in _math_matrix_ctr()
1474 m->inv = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in _math_matrix_ctr()
/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c248 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vertex_stage()
Dt_vb_program.c524 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vp()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c75 swImg->Buffer = _mesa_align_malloc(bytes, 512); in _swrast_alloc_texture_image_buffer()
/external/mesa3d/src/mesa/program/
Dprog_parameter.c60 _mesa_align_malloc(size * 4 *sizeof(gl_constant_value), 16); in _mesa_new_parameter_list_sized()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1195 exec->vtx.buffer_map = (GLfloat *)_mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()
/external/mesa3d/docs/
DVERSIONS1069 - fixed potential bug in _mesa_align_malloc/calloc()