Searched refs:lp_scene_alloc (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c329 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block));
421 *last = lp_scene_alloc(scene, sizeof *ref);
485 *last = lp_scene_alloc(scene, sizeof *ref);
H A Dlp_scene.h232 lp_scene_alloc( struct lp_scene *scene, unsigned size) function in typeref:typename:void *
H A Dlp_setup.c249 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb));
1181 * memory, via lp_scene_alloc(). We can not pass pointers of mutable state to
1186 * pointers previously allocated with lp_scene_alloc() in this function (or any
1209 lp_scene_alloc(scene, sizeof setup->viewports);
1294 stored = lp_scene_alloc(scene, current_size);
1355 stored = (struct lp_rast_state *) lp_scene_alloc(scene, sizeof *stored);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c312 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block));
404 *last = lp_scene_alloc(scene, sizeof *ref);
H A Dlp_scene.h210 lp_scene_alloc( struct lp_scene *scene, unsigned size) function in typeref:typename:void *
H A Dlp_setup.c229 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb));
1003 * memory, via lp_scene_alloc(). We can not pass pointers of mutable state to
1008 * pointers previously allocated with lp_scene_alloc() in this function (or any
1031 lp_scene_alloc(scene, sizeof setup->viewports);
1110 stored = lp_scene_alloc(scene, current_size);
1151 stored = (struct lp_rast_state *) lp_scene_alloc(scene, sizeof *stored);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.0.rst80 [llvmpipe] lp_scene.h:210:lp_scene_alloc: Assertion \`size <= (64 \*

Completed in 8 milliseconds