Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h146 struct lp_rast_clear_rb { struct
180 const struct lp_rast_clear_rb *clear_rb;
Dlp_setup.c227 struct lp_rast_clear_rb *cc_scene = in begin_binning()
228 (struct lp_rast_clear_rb *) in begin_binning()
229 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb)); in begin_binning()
437 struct lp_rast_clear_rb *cc_scene = in lp_setup_try_clear_color_buffer()
438 (struct lp_rast_clear_rb *) in lp_setup_try_clear_color_buffer()
439 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8); in lp_setup_try_clear_color_buffer()