Searched refs:_mesa_align_malloc (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | imports.c | 85 _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()
|
D | imports.h | 540 _mesa_align_malloc( size_t bytes, unsigned long alignment );
|
/external/mesa3d/src/mesa/math/ |
D | m_vector.c | 103 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment ); in _mesa_vector4f_alloc()
|
D | m_debug_xform.c | 186 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_transform_function()
|
D | m_debug_norm.c | 211 mat->m = (GLfloat *) _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_norm_function()
|
D | m_matrix.c | 1471 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/ |
D | t_vb_vertex.c | 248 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vertex_stage()
|
D | t_vb_program.c | 524 store->clipmask = (GLubyte *) _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vp()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 75 swImg->Buffer = _mesa_align_malloc(bytes, 512); in _swrast_alloc_texture_image_buffer()
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 60 _mesa_align_malloc(size * 4 *sizeof(gl_constant_value), 16); in _mesa_new_parameter_list_sized()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 1195 exec->vtx.buffer_map = (GLfloat *)_mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()
|
/external/mesa3d/docs/ |
D | VERSIONS | 1069 - fixed potential bug in _mesa_align_malloc/calloc()
|