Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h129 struct lp_scene { struct
130 struct pipe_context *pipe;
131 struct lp_fence *fence;
136 struct {
140 } zsbuf, cbufs[PIPE_MAX_COLOR_BUFS];
143 struct pipe_framebuffer_state fb;
146 struct resource_ref *resources;
152 unsigned scene_size;
177 struct lp_scene *lp_scene_create(struct pipe_context *pipe); argument