Home
last modified time | relevance | path

Searched refs:polygon_front_bit (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sf.c164 key.frontface_ccw = brw->polygon_front_bit != flip_y; in brw_upload_sf_prog()
Dbrw_clip.c185 if (!brw->polygon_front_bit) { in brw_upload_clip_prog()
Dbrw_context.h836 bool polygon_front_bit; /**< 0=GL_CCW, 1=GL_CW */ member
DgenX_state_upload.c1401 clip.FrontWinding = brw->polygon_front_bit != fb->FlipY; in genX()
1569 sf.FrontWinding = brw->polygon_front_bit != flip_y;
4532 if (brw->polygon_front_bit != flip_y)
Dbrw_context.c223 brw->polygon_front_bit = _mesa_polygon_get_front_bit(ctx); in brw_update_state()