Searched refs:triangle_cw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c1125 static void triangle_cw(struct lp_setup_context *setup, function in typeref:typename:void
1229 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw;
1232 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c1156 static void triangle_cw(struct lp_setup_context *setup, function in typeref:typename:void
1260 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw;
1263 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw;

Completed in 8 milliseconds