Home
last modified time | relevance | path

Searched refs:lp_scene_new_data_block (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h193 struct data_block *lp_scene_new_data_block( struct lp_scene *scene );
225 block = lp_scene_new_data_block( scene ); in lp_scene_alloc()
259 block = lp_scene_new_data_block( scene ); in lp_scene_alloc_aligned()
Dlp_scene.c331 lp_scene_new_data_block( struct lp_scene *scene ) in lp_scene_new_data_block() function