Searched refs:lp_context (Results 1 – 5 of 5) sorted by relevance
336 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_point() local377 if (!lp_context->rasterizer || in try_setup_point()378 lp_context->rasterizer->point_quad_rasterization) { in try_setup_point()450 if (lp_context->active_statistics_queries) { in try_setup_point()451 lp_context->pipeline_statistics.c_primitives++; in try_setup_point()476 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_point()
14 lp_context.c \15 lp_context.h \
1149 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in triangle_cw() local1151 if (lp_context->active_statistics_queries) { in triangle_cw()1152 lp_context->pipeline_statistics.c_primitives++; in triangle_cw()1175 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in triangle_ccw() local1177 if (lp_context->active_statistics_queries) { in triangle_ccw()1178 lp_context->pipeline_statistics.c_primitives++; in triangle_ccw()1196 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in triangle_both() local1198 if (lp_context->active_statistics_queries) { in triangle_both()1199 lp_context->pipeline_statistics.c_primitives++; in triangle_both()
34 'lp_context.c',35 'lp_context.h',
284 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_line() local323 if (lp_context->active_statistics_queries) { in try_setup_line()324 lp_context->pipeline_statistics.c_primitives++; in try_setup_line()632 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_line()