Searched refs:_mesa_align_malloc (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | imports.c | 84 _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()
|
D | imports.h | 309 _mesa_align_malloc( size_t bytes, unsigned long alignment );
|
D | bufferobj.c | 621 new_data = _mesa_align_malloc( size, ctx->Const.MinMapBufferAlignment ); in buffer_data_fallback()
|
/external/mesa3d/src/mesa/math/ |
D | m_vector.c | 104 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment ); in _mesa_vector4f_alloc()
|
D | m_debug_xform.c | 186 mat->m = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_transform_function()
|
D | m_debug_norm.c | 212 mat->m = _mesa_align_malloc( 16 * sizeof(GLfloat), 16 ); in test_norm_function()
|
D | m_matrix.c | 1472 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/ |
D | t_vb_vertex.c | 248 store->clipmask = _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vertex_stage()
|
D | t_vb_program.c | 482 store->clipmask = _mesa_align_malloc(sizeof(GLubyte)*size, 32 ); in init_vp()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_buffer_objects.c | 145 _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/ |
D | prog_parameter.c | 153 _mesa_align_malloc(size * 4 *sizeof(gl_constant_value), 16); in _mesa_new_parameter_list_sized()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 102 swImg->Buffer = _mesa_align_malloc(bytesPerSlice * slices, 512); in _swrast_alloc_texture_image_buffer()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 1177 exec->vtx.buffer_map = _mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.c | 3202 map->buffer = _mesa_align_malloc(map->stride * map->h, 16); in intel_miptree_map_movntdqa()
|
/external/mesa3d/docs/ |
D | VERSIONS | 1069 - fixed potential bug in _mesa_align_malloc/calloc()
|