Searched refs:ccw_is_frontface (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h96 boolean ccw_is_frontface; member in struct:lp_setup_context
H A Dlp_setup_tri.c882 retry_triangle_ccw(setup, &position, v0, v2, v1, !setup->ccw_is_frontface);
885 retry_triangle_ccw(setup, &position, v1, v0, v2, !setup->ccw_is_frontface);
900 retry_triangle_ccw(setup, &position, v0, v1, v2, setup->ccw_is_frontface);
924 retry_triangle_ccw( setup, &position, v0, v1, v2, setup->ccw_is_frontface );
928 retry_triangle_ccw( setup, &position, v0, v2, v1, !setup->ccw_is_frontface );
931 retry_triangle_ccw( setup, &position, v1, v0, v2, !setup->ccw_is_frontface );
953 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw;
956 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw;
H A Dlp_setup.c483 boolean ccw_is_frontface,
489 setup->ccw_is_frontface = ccw_is_frontface;
481 lp_setup_set_triangle_state( struct lp_setup_context *setup, unsigned cull_mode, boolean ccw_is_frontface, boolean scissor, boolean gl_rasterization_rules) argument

Completed in 72 milliseconds