HomeSort by relevance Sort by last modified time
    Searched refs:lp_scene_alloc_aligned (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 244 lp_scene_alloc_aligned( struct lp_scene *scene, unsigned size, function
lp_setup.c 439 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8);
1049 stored = lp_scene_alloc_aligned(scene, size, LP_MIN_VECTOR_ALIGN);
    [all...]
lp_setup_tri.c 103 tri = lp_scene_alloc_aligned( scene, *tri_size, 16 );
    [all...]

Completed in 113 milliseconds