Searched refs:lp_scene_alloc_aligned (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 243 lp_scene_alloc_aligned( struct lp_scene *scene, unsigned size, function in typeref:typename:void *
|
| H A D | lp_setup.c | 441 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8); 1053 stored = lp_scene_alloc_aligned(scene, size, LP_MIN_VECTOR_ALIGN);
|
| H A D | lp_setup_tri.c | 100 tri = lp_scene_alloc_aligned( scene, *tri_size, 16 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 265 lp_scene_alloc_aligned( struct lp_scene *scene, unsigned size, function in typeref:typename:void *
|
| H A D | lp_setup_rect.c | 77 rect = lp_scene_alloc_aligned( scene, bytes, 16 );
|
| H A D | lp_setup.c | 445 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8); 1231 stored = lp_scene_alloc_aligned(scene, size, LP_MIN_VECTOR_ALIGN);
|
| H A D | lp_setup_tri.c | 100 tri = lp_scene_alloc_aligned( scene, *tri_size, 16 );
|
Completed in 11 milliseconds