Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h185 struct lp_rast_clear_rb { struct
253 const struct lp_rast_clear_rb *clear_rb;
Dlp_setup.c259 struct lp_rast_clear_rb *cc_scene = in begin_binning()
260 (struct lp_rast_clear_rb *) in begin_binning()
261 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb)); in begin_binning()
450 struct lp_rast_clear_rb *cc_scene = in lp_setup_try_clear_color_buffer()
451 (struct lp_rast_clear_rb *) in lp_setup_try_clear_color_buffer()
452 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8); in lp_setup_try_clear_color_buffer()