HomeSort by relevance Sort by last modified time
    Searched refs:lp_rast_clear_rb (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.h 146 struct lp_rast_clear_rb { struct
180 const struct lp_rast_clear_rb *clear_rb;
lp_setup.c 227 struct lp_rast_clear_rb *cc_scene =
228 (struct lp_rast_clear_rb *)
229 lp_scene_alloc(scene, sizeof(struct lp_rast_clear_rb));
437 struct lp_rast_clear_rb *cc_scene =
438 (struct lp_rast_clear_rb *)
439 lp_scene_alloc_aligned(scene, sizeof(struct lp_rast_clear_rb), 8);
    [all...]

Completed in 356 milliseconds