Home
last modified time | relevance | path

Searched defs:lp_rasterizer_task (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h82 struct lp_rasterizer_task struct
84 const struct cmd_bin *bin;
85 const struct lp_rast_state *state;
87 struct lp_scene *scene;
88 unsigned x, y; /**< Pos of this tile in framebuffer, in pixels */
89 unsigned width, height; /**< width, height of current tile, in pixels */
91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS];
92 uint8_t *depth_tile;
95 struct lp_rasterizer *rast;
98 unsigned thread_index;
[all …]