Home
last modified time | relevance | path

Searched refs:lp_context (Results 1 – 5 of 5) 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
619 if (lp_context->active_statistics_queries && in try_setup_line()
620 !llvmpipe_rasterization_disabled(lp_context)) { in try_setup_line()
621 lp_context->pipeline_statistics.c_primitives++; in try_setup_line()
636 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_line()
Dmeson.build34 'lp_context.c',
35 'lp_context.h',
Dlp_setup_tri.c1167 struct llvmpipe_context *lp_context = (struct llvmpipe_context *)setup->pipe; in triangle_both() local
1169 if (lp_context->active_statistics_queries && in triangle_both()
1170 !llvmpipe_rasterization_disabled(lp_context)) { in triangle_both()
1171 lp_context->pipeline_statistics.c_primitives++; in triangle_both()