Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimports.c84 _mesa_align_malloc(size_t bytes, unsigned long alignment) in _mesa_align_malloc() function
128 mem = _mesa_align_malloc(bytes, alignment); in _mesa_align_calloc()
204 void *newBuf = _mesa_align_malloc(newSize, alignment); in _mesa_align_realloc()
Dimports.h309 _mesa_align_malloc( size_t bytes, unsigned long alignment );
Dbufferobj.c621 new_data = _mesa_align_malloc( size, ctx->Const.MinMapBufferAlignment ); in buffer_data_fallback()
/external/mesa3d/src/mesa/math/
Dm_vector.c104 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment ); in _mesa_vector4f_alloc()
Dm_debug_xform.c186 mat->m = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_transform_function()
Dm_debug_norm.c212 mat->m = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_norm_function()
Dm_matrix.c1472 m->m = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in _math_matrix_ctr()
1475 m->inv = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in _math_matrix_ctr()
/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c248 store->clipmask = _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vertex_stage()
Dt_vb_program.c482 store->clipmask = _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vp()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c145 _mesa_align_malloc(size, ctx->Const.MinMapBufferAlignment); in intel_bufferobj_data()
353 _mesa_align_malloc(length + extra, alignment); in intel_bufferobj_map_range()
/external/mesa3d/src/mesa/program/
Dprog_parameter.c153 _mesa_align_malloc(size * 4 *sizeof(gl_constant_value), 16); in _mesa_new_parameter_list_sized()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c102 swImg->Buffer = _mesa_align_malloc(bytesPerSlice * slices, 512); in _swrast_alloc_texture_image_buffer()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1177 exec->vtx.buffer_map = _mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c3202 map->buffer = _mesa_align_malloc(map->stride * map->h, 16); in intel_miptree_map_movntdqa()
/external/mesa3d/docs/
DVERSIONS1069 - fixed potential bug in _mesa_align_malloc/calloc()