Searched defs:lp_scene (Results 1 – 1 of 1) sorted by relevance
130 struct lp_scene { struct131 struct pipe_context *pipe;132 struct lp_fence *fence;135 struct llvmpipe_query *active_queries[LP_MAX_ACTIVE_BINNED_QUERIES];136 unsigned num_active_queries;138 boolean had_queries;143 struct {150 } zsbuf, cbufs[PIPE_MAX_COLOR_BUFS];153 unsigned fb_max_layer;156 int32_t fixed_sample_pos[LP_MAX_SAMPLES][2];[all …]