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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c 278 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block));
370 *last = lp_scene_alloc(scene, sizeof *ref);
lp_scene.h 203 lp_scene_alloc( struct lp_scene *scene, unsigned size) function
lp_setup.c 821 stored = lp_scene_alloc(scene, current_size);
857 stored = (struct lp_rast_state *) lp_scene_alloc(scene, sizeof *stored);

Completed in 54 milliseconds