Home
last modified time | relevance | path

Searched refs:lp_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c328 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_point() local
366 if (!lp_context->rasterizer || in try_setup_point()
367 lp_context->rasterizer->point_quad_rasterization) { in try_setup_point()
461 if (lp_context->active_statistics_queries && in try_setup_point()
462 !llvmpipe_rasterization_disabled(lp_context)) { in try_setup_point()
463 lp_context->pipeline_statistics.c_primitives++; in try_setup_point()
466 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_point()
DMakefile.sources14 lp_context.c \
15 lp_context.h \
Dlp_setup_line.c284 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in try_setup_line() local
615 if (lp_context->active_statistics_queries && in try_setup_line()
616 !llvmpipe_rasterization_disabled(lp_context)) { in try_setup_line()
617 lp_context->pipeline_statistics.c_primitives++; in try_setup_line()
632 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_line()
Dlp_setup_tri.c1159 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in triangle_both() local
1161 if (lp_context->active_statistics_queries && in triangle_both()
1162 !llvmpipe_rasterization_disabled(lp_context)) { in triangle_both()
1163 lp_context->pipeline_statistics.c_primitives++; in triangle_both()