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.h147 struct lp_rast_clear_rb { struct
181 const struct lp_rast_clear_rb *clear_rb;
Dlp_setup.c228 struct lp_rast_clear_rb *cc_scene = in begin_binning()
229 (struct lp_rast_clear_rb *) in begin_binning()
230 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb)); in begin_binning()
424 struct lp_rast_clear_rb *cc_scene = in lp_setup_try_clear_color_buffer()
425 (struct lp_rast_clear_rb *) in lp_setup_try_clear_color_buffer()
426 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8); in lp_setup_try_clear_color_buffer()